Connects Claude to OpenPaper.dev's academic paper generation service, which uses 18 specialized AI agents to search over 500 million sources from OpenAlex, Crossref, and Semantic Scholar. Exposes three tools: start_paper_generation kicks off a new paper with your topic and citation style, check_paper_status polls for progress and retrieves PDF/DOCX downloads when complete, and list_my_papers shows your generation history. Useful when you need thesis-level research papers with verified citations rather than generic AI summaries. Papers run 5 to 60 pages and cost 1 to 3 credits depending on length. Requires an API token from the OpenPaper dashboard.
Generate fully-cited academic research papers from Claude Desktop or any MCP client.
OpenPaper 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.
Authorization headerBearer — that's your tokenpip install mcp httpx
Add to your claude_desktop_config.json:
{
"mcpServers": {
"openpaper": {
"command": "python",
"args": ["/path/to/openpaper-mcp/server.py"],
"env": {
"OPENPAPER_API_TOKEN": "your-token-here"
}
}
}
}
start_paper_generationStart generating a paper. Returns a generation_id immediately.
Generate a graduate-level paper on "The neurobiological basis of PTSD"
using APA 7th citation style, 20-30 pages
check_paper_statusPoll for progress and get download links when done.
Check the status of generation abc123
list_my_papersSee all your previous papers with download links.
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://...
Papers cost 1-3 credits depending on length:
New accounts get free credits. Buy more at openpaper.dev.
OPENPAPER_API_TOKEN*secretYour OpenPaper API key from openpaper.dev