{
  "markdown": "<!-- mcp-name: io.github.federicodeponte/openpaper-mcp -->\n# OpenPaper MCP Server\n\nOpenPaper is an autonomous research engine for Claude Desktop and any MCP client. Auto research from a prompt to a fully-cited academic paper, exported as PDF, DOCX, or ZIP.\n\nOpenPaper uses 18 specialized AI agents to search 500M+ academic sources (OpenAlex, Crossref, Semantic Scholar) and write thesis-level papers with every citation linked to a real publication.\n\n## Setup\n\n### 1. Get your API token\n\n1. Go to [openpaper.dev](https://openpaper.dev) and sign in\n2. Open DevTools → Network tab\n3. Click any request → find the `Authorization` header\n4. Copy the value after `Bearer ` — that's your token\n\n### 2. Configure Claude Desktop\n\nAdd to your `claude_desktop_config.json` (no manual install needed — `uvx` fetches the published package on first run):\n\n```json\n{\n  \"mcpServers\": {\n    \"openpaper\": {\n      \"command\": \"uvx\",\n      \"args\": [\"openpaper-mcp\"],\n      \"env\": {\n        \"OPENPAPER_API_TOKEN\": \"your-token-here\"\n      }\n    }\n  }\n}\n```\n\n<details>\n<summary>Run from source instead</summary>\n\n```bash\npip install mcp httpx\n```\n\n```json\n{\n  \"mcpServers\": {\n    \"openpaper\": {\n      \"command\": \"python\",\n      \"args\": [\"/path/to/openpaper-mcp/server.py\"],\n      \"env\": {\n        \"OPENPAPER_API_TOKEN\": \"your-token-here\"\n      }\n    }\n  }\n}\n```\n\n</details>\n\n## Tools\n\n### `start_paper_generation`\nStart generating a paper. Returns a `generation_id` immediately.\n\n```\nGenerate a graduate-level paper on \"The neurobiological basis of PTSD\"\nusing APA 7th citation style, 20-30 pages\n```\n\n### `check_paper_status`\nPoll for progress and get download links when done.\n\n```\nCheck the status of generation abc123\n```\n\n### `list_my_papers`\nSee all your previous papers with download links.\n\n```\nList my last 5 papers\n```\n\n## Example workflow\n\n```\nUser: Write a paper on the impact of social media on adolescent mental health\n\nClaude: [calls start_paper_generation(\"impact of social media on adolescent mental health\")]\n→ Generation started (ID: abc123). Checking back in a few minutes...\n\n[later]\nClaude: [calls check_paper_status(\"abc123\")]\n→ Status: processing, phase: writing, 65% complete\n\n[later]\nClaude: [calls check_paper_status(\"abc123\")]\n→ Status: completed! PDF: https://... DOCX: https://...\n```\n\n## Credits\n\nPapers cost 1-3 credits depending on length:\n- 5-30 pages: 1 credit\n- 30-50 pages: 2 credits\n- 50-60 pages: 3 credits\n\nNew accounts get free credits. Buy more at [openpaper.dev](https://openpaper.dev).\n",
  "bytes": 2507,
  "sha": "a4760c0d29f3a718a555e8cf35798d0f531778569dc524e2f1982bcea34cffd5",
  "repo_slug": "federicodeponte/openpaper-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_federicodeponte_openpaper_mcp_d19bb3a6/readme"
}