MCP server for generating academic papers with verified citations via OpenPaper.dev
- ✓Recently active
- ✓Clear description
- ✓Topics declared
- !No standard license detected
claude mcp add openpaper-mcp -- python -m mcp{
"mcpServers": {
"openpaper-mcp": {
"command": "python",
"args": ["-m", "mcp"]
}
}
}Resumen de MCP Servers
<!-- mcp-name: io.github.federicodeponte/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
1. Go to [openpaper.dev](https://openpaper.dev) and sign in
2. Open DevTools → Network tab
3. Click any request → find the `Authorization` header
4. 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):
```json
{
"mcpServers": {
"openpaper": {
"command": "uvx",
"args": ["openpaper-mcp"],
"env": {
"OPENPAPER_API_TOKEN": "your-token-here"
}
}
}
}
```
<details>
<summary>Run from source instead</summary>
```bash
pip install mcp httpx
```
```json
{
"mcpServers": {
"openpaper": {
"command": "python",
"args": ["/path/to/openpaper-mcp/server.py"],
"env": {
"OPENPAPER_API_TOKEN": "your-token-here"
}
}
}
}
```
</details>
## 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](https://openpaper.dev).
Lo que la gente pregunta sobre openpaper-mcp
¿Qué es federicodeponte/openpaper-mcp?
+
federicodeponte/openpaper-mcp es mcp servers para el ecosistema de Claude AI. MCP server for generating academic papers with verified citations via OpenPaper.dev Tiene 1 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala openpaper-mcp?
+
Puedes instalar openpaper-mcp clonando el repositorio (https://github.com/federicodeponte/openpaper-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar federicodeponte/openpaper-mcp?
+
Nuestro agente de seguridad ha analizado federicodeponte/openpaper-mcp y le ha asignado un Trust Score de 57/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene federicodeponte/openpaper-mcp?
+
federicodeponte/openpaper-mcp es mantenido por federicodeponte. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a openpaper-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega openpaper-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/federicodeponte-openpaper-mcp)<a href="https://claudewave.com/repo/federicodeponte-openpaper-mcp"><img src="https://claudewave.com/api/badge/federicodeponte-openpaper-mcp" alt="Featured on ClaudeWave: federicodeponte/openpaper-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!