pypi openpaper-mcpstdioupdated 1mo ago
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.
O que dá para fazer com openpaper mcp?
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
Authorizationheader - Copy 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"
}
}
}
}
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.
Instalação
Adicione openpaper mcp ao seu cliente. Escolha o que você usa.
claude mcp add openpaper-mcp -- uvx openpaper-mcpcodex mcp add openpaper-mcp -- uvx openpaper-mcpamp mcp add openpaper-mcp -- uvx openpaper-mcp{
"mcpServers": {
"openpaper-mcp": {
"command": "uvx",
"args": [
"openpaper-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"openpaper-mcp": {
"command": "uvx",
"args": [
"openpaper-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"openpaper-mcp","command":"uvx","args":["openpaper-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"openpaper-mcp": {
"command": "uvx",
"args": [
"openpaper-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"openpaper-mcp": {
"command": "uvx",
"args": [
"openpaper-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"openpaper-mcp": {
"command": "uvx",
"args": [
"openpaper-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"openpaper-mcp": {
"type": "local",
"command": "uvx",
"args": [
"openpaper-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"openpaper-mcp": {
"command": {
"path": "uvx",
"args": [
"openpaper-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx openpaper-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção22/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 34 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.3Mais recente | 29 de jul. de 2026 |
| 0.1.2 | 29 de jul. de 2026 |
| 0.1.1 | 25 de jun. de 2026 |
| 0.1.0 | 9 de abr. de 2026 |