loading…
Search for a command to run...
loading…
Generate academic research papers from any topic using the OpenPaper API. Retrieves real citations from academic databases and produces citation-grounded papers
Generate academic research papers from any topic using the OpenPaper API. Retrieves real citations from academic databases and produces citation-grounded papers in PDF, DOCX, and structured JSON formats.
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.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"openpaper-mcp": {
"command": "npx",
"args": []
}
}
}