paper-search-mcp-gateway
Allows searching for papers on arXiv and downloading PDFs.
Allows searching for papers on Google Scholar.
Allows searching for papers on PubMed.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@paper-search-mcp-gatewaysearch arXiv for machine learning papers from 2024"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Busca en arXiv |
| Busca en PubMed |
| Busca en bioRxiv |
| Busca en medRxiv |
| Busca en Google Scholar |
| Descarga PDF de arXiv |
| Descarga PDF de bioRxiv |
| Descarga PDF de medRxiv |
| Lee texto de un paper de arXiv |
Related MCP server: Semantic Scholar MCP Server
Variables de entorno
Variable | Default | Descripción |
|
| Transporte MCP: |
|
| Host donde escucha el servidor |
|
| Puerto donde escucha el servidor |
| (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.pyEl 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-gatewayDespliegue en Dokploy
Conecta el repositorio en Dokploy → New Application → GitHub
Selecciona Dockerfile como método de build
Añade las variables de entorno en Environment Variables:
TRANSPORT=httpPORT=8000SEMANTIC_SCHOLAR_API_KEY=(opcional)
Expón el puerto
8000El endpoint MCP quedará en:
https://tu-dominio.com/mcp
Conectar desde un cliente MCP
{
"mcpServers": {
"papers": {
"url": "https://tu-dominio.com/mcp",
"transport": "http"
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
Search and retrieve bioRxiv and medRxiv preprints — by DOI, date interval, or keyword — via MCP.
Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…
Related MCP Servers
- AlicenseAqualityDmaintenanceUnified 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.212MIT
- FlicenseNot gradedqualityDmaintenanceEnables searching and retrieving academic papers, authors, citations, and references from Semantic Scholar via an HTTP MCP server with caching and rate limiting.-
- AlicenseAqualityAmaintenanceMCP server for downloading academic papers from DOI or title, resolving references, and generating citations. Supports batch downloads, multiple mirrors, and optional Unpaywall integration.112MIT
- AlicenseAqualityAmaintenanceA local MCP server for searching scientific papers, retrieving metadata and abstracts, and legally downloading Open Access PDFs via OpenAlex, CrossRef, and Unpaywall APIs.53MIT