what is Suppr MCP?
Suppr MCP is an AI-driven document translation and literature search tool designed to break language barriers and accelerate research processes, particularly for academic papers.
how to use Suppr MCP?
To use Suppr MCP, install it via npm, obtain an API key, and configure it in your environment. You can then create translation tasks or search for academic literature using natural language queries.
key features of Suppr MCP?
- Intelligent translation optimization for mathematical formulas
- Supports 7 document formats and 11 languages
- AI-powered academic literature search
- Asynchronous task processing for efficient batch translations
- Comprehensive translation history management
use cases of Suppr MCP?
- Translating complex academic papers from one language to another.
- Searching for the latest research in specific fields using natural language.
- Managing and tracking multiple translation tasks efficiently.
FAQ from Suppr MCP?
- How do I obtain an API key?
Visit https://suppr.wilddata.cn/api-keys to register and get your API key.
- What document formats are supported?
Supports PDF, DOCX, PPTX, XLSX, HTML, TXT, EPUB, and more.
- How long does translation take?
It depends on the document size, typically ranging from a few minutes to over ten minutes. You can check progress using the
get_translationmethod.
- How do I download the translated document?
After translation, the
get_translationmethod will return atarget_file_urlfor direct download.
- What if npx fails to run?
Ensure that Node.js version is >= 18.0.0 and that the SUPPR_API_KEY environment variable is set.
Server Config
{
"mcpServers": {
"suppr": {
"command": "npx",
"args": [
"-y",
"suppr-mcp"
],
"env": {
"SUPPR_API_KEY": "your_api_key_here"
}
}
}
}