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 "Install 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: academic-mcp
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 installed
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
- Flicense-qualityCmaintenance🔍 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 acceLast updated8
- AlicenseAqualityCmaintenanceUnified 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.Last updated2212MIT
- Flicense-qualityDmaintenanceEnables searching and retrieving academic papers, authors, citations, and references from Semantic Scholar via an HTTP MCP server with caching and rate limiting.Last updated
- AlicenseAqualityAmaintenanceMCP server for downloading academic papers from DOI or title, resolving references, and generating citations. Supports batch downloads, multiple mirrors, and optional Unpaywall integration.Last updated111MIT
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)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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