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.
Latest Blog Posts
- 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