MCP.so
Sign In

超能文献MCP(AI文档翻译+文献检索)

@WildDataX

About 超能文献MCP(AI文档翻译+文献检索)

🚀 Suppr MCP - 让学术翻译更智能 (https://suppr.wilddata.cn/)

Basic information

Category

Other

Transports

stdio

Publisher

WildDataX

Submitted by

Jianguang Zheng

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "suppr": {
      "command": "npx",
      "args": [
        "-y",
        "suppr-mcp"
      ],
      "env": {
        "SUPPR_API_KEY": "your_api_key_here"
      }
    }
  }
}

Tools

4

Create a document translation task. Supports file upload via path or URL.

Get translation task details and status. Use this to check progress and get result URLs.

List translation tasks with pagination. View all historical translation tasks.

AI-driven semantic search for academic literature. Input natural language query to find relevant papers.

Overview

What is 超能文献MCP(AI文档翻译+文献检索)?

超能文献MCP(AI文档翻译+文献检索)是一个基于MCP协议的服务器,提供AI驱动的文档翻译和PubMed中文文献语义搜索功能,面向需要处理学术文献的用户。

How to use 超能文献MCP(AI文档翻译+文献检索)?

通过npm全局安装(npm install -g suppr-mcp)或使用npx运行(npx suppr-mcp)。需在环境变量中设置SUPPR_API_KEY(从https://suppr.wilddata.cn/api-keys获取)。在Claude Desktop等MCP客户端的配置文件中添加mcpServers配置项即可使用。提供四个工具:create_translation(创建翻译任务)、get_translation(查询翻译状态)、list_translations(列出翻译任务)、search_documents(AI文献语义搜索)。

Key features of 超能文献MCP(AI文档翻译+文献检索)

  • 支持PDF、DOCX等常见文档格式的翻译
  • AI驱动的自然语言文献语义搜索(PubMed)
  • 支持多语言互译(中英日韩等12种语言)
  • 可单独指定返回字段和结果数量
  • 自动检测源语言,支持数学公式优化

Use cases of 超能文献MCP(AI文档翻译+文献检索)

  • 快速翻译英文论文为中文或中文文献为英文
  • 使用自然语言搜索最新医学研究进展(如“糖尿病最新研究进展”)
  • 批量查询翻译任务进度,获取下载链接
  • 在Claude Desktop中直接调用翻译和搜索功能

FAQ from 超能文献MCP(AI文档翻译+文献检索)

如何获取API密钥?

访问https://suppr.wilddata.cn/api-keys注册并获取API密钥,然后设置为`SUPPR_API_KEY`环境变量。

支持哪些文档格式?

支持PDF、DOCX、PPTX、XLSX、HTML、TXT、EPUB等常见格式。

翻译需要多长时间?

取决于文档大小,通常几分钟到十几分钟,可通过get_translation工具查询进度。

如何下载翻译后的文档?

翻译完成后,get_translation会返回target_file_url,直接访问该链接下载。

运行报错如何排查?

确保Node.js版本>=18.0.0,并设置SUPPR_API_KEY环境变量。常见错误码:401(API密钥无效)、400(请求参数错误)、404(资源不存在)。

Comments

More Other MCP servers