openpaper-mcp
The OpenPaper MCP Server lets you autonomously generate fully-cited academic research papers using AI agents searching 500M+ academic sources. It provides three core capabilities:
Start paper generation (
start_paper_generation): Kick off a new paper by specifying a topic, academic level (High School to PhD), target page range (5–60 pages), citation style (APA, MLA, Chicago, Harvard, IEEE, Vancouver), output language, and optional additional context. Returns ageneration_idfor tracking.Check paper status (
check_paper_status): Poll progress using ageneration_id. Returns the current phase, completion percentage, and — once done — download links for PDF, DOCX, ZIP, and a citations JSON file.List previous papers (
list_my_papers): Retrieve a history of your generated papers (up to 50), including their topics, statuses, and download URLs.
Integrates with Semantic Scholar's academic database as one of the sources for searching 500M+ academic publications to generate thesis-level papers with real citations.
OpenPaper MCP Server
OpenPaper 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.
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.
Setup
1. Get your API token
Go to openpaper.dev and sign in
Open DevTools → Network tab
Click any request → find the
AuthorizationheaderCopy the value after
Bearer— that's your token
2. Configure Claude Desktop
Add to your claude_desktop_config.json (no manual install needed — uvx fetches the published package on first run):
{
"mcpServers": {
"openpaper": {
"command": "uvx",
"args": ["openpaper-mcp"],
"env": {
"OPENPAPER_API_TOKEN": "your-token-here"
}
}
}
}pip install mcp httpx{
"mcpServers": {
"openpaper": {
"command": "python",
"args": ["/path/to/openpaper-mcp/server.py"],
"env": {
"OPENPAPER_API_TOKEN": "your-token-here"
}
}
}
}Related MCP server: Paper Search MCP
Tools
start_paper_generation
Start 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 pagescheck_paper_status
Poll for progress and get download links when done.
Check the status of generation abc123list_my_papers
See all your previous papers with download links.
List my last 5 papersExample workflow
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://...Credits
Papers cost 1-3 credits depending on length:
5-30 pages: 1 credit
30-50 pages: 2 credits
50-60 pages: 3 credits
New accounts get free credits. Buy more at openpaper.dev.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables AI-powered academic research by searching and retrieving research papers from OpenAlex database. Supports searching by keywords/topics and fetching full abstracts for detailed paper analysis.Last updated6
- Alicense-qualityCmaintenanceEnables searching and downloading academic papers from multiple sources including arXiv, PubMed, bioRxiv, Google Scholar, and Semantic Scholar. Provides standardized tools for research workflows and OpenAI Deep Research integration.Last updated5MIT
- AlicenseAqualityDmaintenanceEnables retrieval of academic paper metadata, PDFs, full text, citations, and references by title via Semantic Scholar, arXiv, and other sources.Last updated61MIT
- AlicenseAqualityDmaintenanceAutomates academic research from multi-source search to APA 7 formatted .docx output.Last updated14MIT
Related MCP Connectors
Academic paper search, scientific literature, citation analysis, arXiv & semantic related-work.
Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews.
Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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