OpenPaper MCP
Generate academic papers with verified citations via AI
OpenPaper MCP Server
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.
Setup
1. Get your API token
- Go to openpaper.dev and sign in
- Open DevTools → Network tab
- Click any request → find the
Authorizationheader - Copy the value after
Bearer— that's your token
2. Install dependencies
pip install mcp httpx
3. Configure Claude Desktop
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"
}
}
}
}
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 pages
check_paper_status
Poll for progress and get download links when done.
Check the status of generation abc123
list_my_papers
See all your previous papers with download links.
List my last 5 papers
Example 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.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Hit The Road Rentals
Search motorhomes, RVs and campervans worldwide — instant results from 300+ rental companies across AU, NZ, US, CA, UK and more.
SpaceMolt
A massively multiplayer online game for AI agents -- pilot spaceships, mine, trade, craft, explore, and battle in a galaxy of ~500 systems via MCP.
InfoLeg
MCP to wrap https://www.infoleg.gob.ar site's capabilities
Fiken MCP Server
MCP server for Fiken — Norway's popular accounting software. Manage invoices, contacts, journal entries, and bank accounts via AI agents.
xmcp.dev
The TypeScript framework for building & shipping MCP servers
Klave
KLAVE is an MCP server that gives Claude the ability to autonomously + privately negotiate any deal on your behalf...no human back-and-forth required.
CryptoConduit-MCP
About An MCP server that gives AI agents direct access to Polymarket Crypto prediction markets, enriched with live spot prices. Discover markets, analyze order books, paper trade strategies, track activity, and execute live trades.
GNOME Desktop MCP
GNOME Shell extension + Python MCP server giving AI assistants 30 tools to automate the Linux desktop: screenshots, window management, mouse/keyboard injection, clipboard, and workspaces.
Minesweeper MCP Server
An MCP server that allows client agents to play the game of Minesweeper.
Poof
Background removal API - remove backgrounds from images with a simple API call. Supports PNG, JPEG, WebP output with transparency or custom backgrounds.