Skip to main content
Glama
sharadvc

PaperPilot

by sharadvc

PaperPilot ∢

Superpoderes de investigación para agentes de IA. Un solo servidor MCP da a cualquier agente acceso instantáneo a arXiv + PubMed con extracción de citas de calidad.

Sin scraping. Sin anuncios. Envuelve las API gratuitas de arXiv y NCBI E-utilities: cero riesgo de backend, cero coste por llamada.

Verificación en vivo

Probado contra ambas API ascendentes (respuestas reales, en esta máquina):

search_arxiv("CRISPR gene editing", 2)
→ "Primer on the Gene Ontology", Gaudet et al. — https://arxiv.org/pdf/1602.01876v1

search_pubmed("sickle cell CRISPR", 1)
→ JCO Oncol Pract. 2026 Aug 19:OP2600479 — "Translating CRISPR to Practice in the Clinic…"

Related MCP server: Research Paper Ingestion MCP Server

Instalación (30 segundos)

Requiere Python ≥ 3.10 y mcp>=1.2,<1.10 (1.9.4 verificado).

python3.11 -m venv .venv && . .venv/bin/activate
pip install "mcp>=1.2,<1.10"

Añade a la configuración de MCP de tu Claude / Hermes / Cursor / Codex:

{
  "mcpServers": {
    "paperpilot": {
      "command": "/path/to/.venv/bin/python",
      "args": ["/path/to/paperpilot/server.py"]
    }
  }
}

Luego pide a tu agente: "Encuentra artículos recientes sobre plegamiento de proteínas con modelos de difusión y cítalos." Llama a PaperPilot.

Herramientas

Tool

Qué hace

search_arxiv(query, max_results=5)

Título, autores, enlace PDF, resumen por artículo

search_pubmed(query, max_results=5)

Citas completas + resúmenes vía E-utilities

cite_arxiv(arxiv_id)

Cadena de cita limpia + PDF para un id de arXiv

Precios

  • Gratis 0 $ — 5 llamadas/día, ambas fuentes (empezar)

  • Pro 99 $/mes — llamadas ilimitadas, exportación BibTeX, caché prioritaria

  • Equipo 199 $/mes — 10 puestos de agente, búsqueda por lotes, API de marca blanca

Consulta landing/index.html para la página de venta completa. Abre un issue o discusión de GitHub para el aprovisionamiento Pro/Equipo.

¿Por qué nativo de agentes?

En la era de los agentes, el descubrimiento ocurre a través de los agentes. Quien el agente alcance gana. PaperPilot está diseñado para ser la herramienta a la que los agentes recurren cuando necesitan investigación.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables LLMs to search, analyze, and summarize academic research papers in real-time from arXiv, Semantic Scholar, and PubMed. Provides automatic deduplication, citation analysis, and BibTeX generation across multiple research databases.
    52
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables searching, downloading, and analyzing academic papers from arXiv and Semantic Scholar to extract key insights and citation metrics. It facilitates autonomous knowledge acquisition by processing research findings and integrating them into persistent AI memory systems.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables agents to search, analyze, and explore arXiv academic papers with advanced multi-field search, author lookup, category browsing, citation extraction, and bibliography export.
    45
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.

  • Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe…

  • Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…

View all MCP Connectors

Latest Blog Posts

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/sharadvc/paperpilot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server