Skip to main content
Glama

OpenPaper MCP 服务器

从 Claude Desktop 或任何 MCP 客户端生成带有完整引用的学术研究论文。

OpenPaper 使用 18 个专业 AI 代理搜索 500M+ 学术来源(OpenAlex、Crossref、Semantic Scholar),并撰写论文级论文,每条引文都链接到真实的出版物。

设置

1. 获取您的 API 令牌

  1. 前往 openpaper.dev 并登录

  2. 打开 DevTools → Network 选项卡

  3. 点击任何请求 → 找到 Authorization 标头

  4. 复制 Bearer 后面的值 — 这就是您的令牌

2. 安装依赖项

pip install mcp httpx

3. 配置 Claude Desktop

添加到您的 claude_desktop_config.json 中:

{
  "mcpServers": {
    "openpaper": {
      "command": "python",
      "args": ["/path/to/openpaper-mcp/server.py"],
      "env": {
        "OPENPAPER_API_TOKEN": "your-token-here"
      }
    }
  }
}

工具

start_paper_generation

开始生成论文。立即返回 generation_id

Generate a graduate-level paper on "The neurobiological basis of PTSD"
using APA 7th citation style, 20-30 pages

check_paper_status

轮询进度并在完成后获取下载链接。

Check the status of generation abc123

list_my_papers

查看您之前的所有论文及下载链接。

List my last 5 papers

示例工作流程

User: Write a paper on the impact of social media on adolescent mental health

Claude: [calls start_paper_generation("impact of social media on adolescent mental health")]
→ Generation started (ID: abc123). Checking back in a few minutes...

[later]
Claude: [calls check_paper_status("abc123")]
→ Status: processing, phase: writing, 65% complete

[later]
Claude: [calls check_paper_status("abc123")]
→ Status: completed! PDF: https://... DOCX: https://...

积分

论文根据长度消耗 1-3 个积分:

  • 5-30 页:1 积分

  • 30-50 页:2 积分

  • 50-60 页:3 积分

新账户可获得免费积分。在 openpaper.dev 购买更多积分。

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/federicodeponte/openpaper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server