Skip to main content
Glama
Jaime5Alvarez

paper-search-mcp-gateway

Paper Search MCP Gateway

FastMCP gateway that exposes paper-search-mcp as an HTTP MCP server.

Soporta búsqueda y descarga de papers académicos desde arXiv, PubMed, bioRxiv, medRxiv y Google Scholar.

Tools disponibles

Tool

Descripción

papers_search_arxiv

Busca en arXiv

papers_search_pubmed

Busca en PubMed

papers_search_biorxiv

Busca en bioRxiv

papers_search_medrxiv

Busca en medRxiv

papers_search_google_scholar

Busca en Google Scholar

papers_download_arxiv

Descarga PDF de arXiv

papers_download_biorxiv

Descarga PDF de bioRxiv

papers_download_medrxiv

Descarga PDF de medRxiv

papers_read_arxiv_paper

Lee texto de un paper de arXiv

Related MCP server: academic-mcp

Variables de entorno

Variable

Default

Descripción

TRANSPORT

http

Transporte MCP: http, sse, stdio

HOST

0.0.0.0

Host donde escucha el servidor

PORT

8000

Puerto donde escucha el servidor

SEMANTIC_SCHOLAR_API_KEY

(vacío)

API key opcional de Semantic Scholar

Copia .env.example a .env y edita los valores.

Desarrollo local

uv sync
uv run python main.py

El servidor queda disponible en http://localhost:8000/mcp.

Docker

docker build -t paper-search-gateway .
docker run -p 8000:8000 --env-file .env paper-search-gateway

Despliegue en Dokploy

  1. Conecta el repositorio en Dokploy → New ApplicationGitHub

  2. Selecciona Dockerfile como método de build

  3. Añade las variables de entorno en Environment Variables:

    • TRANSPORT=http

    • PORT=8000

    • SEMANTIC_SCHOLAR_API_KEY= (opcional)

  4. Expón el puerto 8000

  5. El endpoint MCP quedará en: https://tu-dominio.com/mcp

Conectar desde un cliente MCP

{
  "mcpServers": {
    "papers": {
      "url": "https://tu-dominio.com/mcp",
      "transport": "http"
    }
  }
}
F
license - not found
Not graded
quality - not tested
C
maintenance

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

  • F
    license
    Not graded
    quality
    C
    maintenance
    🔍 Enable AI assistants to search and access medRxiv papers through a simple MCP interface. The medRxiv MCP Server provides a bridge between AI assistants and medRxiv's preprint repository through the Model Context Protocol (MCP). It allows AI models to search for health sciences preprints and acce
    8
  • A
    license
    A
    quality
    C
    maintenance
    Unified academic search MCP server that searches open literature (arXiv, bioRxiv, medRxiv, PMC), CNKI, and Web of Science, with browser-backed authentication, local paper library, and export to multiple formats.
    21
    2
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables searching and retrieving academic papers, authors, citations, and references from Semantic Scholar via an HTTP MCP server with caching and rate limiting.
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for downloading academic papers from DOI or title, resolving references, and generating citations. Supports batch downloads, multiple mirrors, and optional Unpaywall integration.
    2
    11
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Academic research MCP server for paper search, citation checks, graphs, and deep research.

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

  • PubMed MCP — wraps the NCBI E-utilities API (biomedical literature, free, no auth)

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/Jaime5Alvarez/paper-search-mcp-gateway'

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