openalex-mcp
openalex-mcp
Servidor MCP stdio para la API de OpenAlex (grafo académico global).
Datos a través de OpenAlex, OurResearch.
Instalación
Disposición plana, acorde con cómo se despliega el servidor: server.py y ledger.py
uno al lado del otro, ejecutados por ruta.
python -m venv .venv && .venv/bin/pip install -e .Luego apunta Claude Desktop a python server.py (ver más abajo).
Related MCP server: Crossref Academic MCP Server
Herramientas
Herramienta |
|
|
|
|
|
|
|
|
Configuración
OPENALEX_API_KEY=optional_openalex_api_key
OPENALEX_EMAIL=your_email_for_the_polite_poolClaude Desktop
{
"mcpServers": {
"openalex": {
"command": "C:\\path\\to\\.venv\\Scripts\\python.exe",
"args": ["C:\\path\\to\\openalex_mcp\\server.py"],
"env": {
"OPENALEX_API_KEY": "optional_openalex_api_key",
"OPENALEX_EMAIL": "your_email_for_the_polite_pool"
}
}
}
}Recibos de consulta
Cada consulta puede depositarse en un registro JSONL de solo añadido y encadenado por hash mediante
openalex_mcp.ledger. Está desactivado a menos que se establezca MCP_RECEIPT_LOG, y
un fallo de registro se traga en lugar de lanzarse: una búsqueda importa más que el
registro de la misma. Los secretos se redactan antes de componer una línea.
MCP_RECEIPT_LOG=C:\path\to\receipts.jsonl
MCP_RECEIPT_SESSION=project-or-article-slug
MCP_RECEIPT_STRICT=1 # optional: make logging failure raiseVerifica la cadena de hash de un registro depositado:
python ledger.py verify receipts.jsonlCompatibilidad con el SDK de MCP
Se ejecuta tanto en mcp 1.x como en 2.x. La versión 2.0.0 del SDK eliminó
mcp.server.fastmcp; este servidor importa FastMCP donde existe y recurre
a MCPServer donde no.
Licencia
MIT © 2026 Christopher Gerteis. Cubre solo el código del servidor; no otorga derechos sobre los datos de OpenAlex, OurResearch, que siguen regidos por los términos de ese proveedor.
Autor
Dr Christopher Gerteis, SOAS University of London.
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
- AlicenseAqualityDmaintenanceMCP server for verifying academic citations via Semantic Scholar, OpenAlex, and CrossRef.1MIT
- AlicenseAqualityDmaintenanceMCP server enabling AI agents to search and retrieve scientific papers, citations, and author profiles from Crossref, OpenAlex, and Semantic Scholar with no API keys required.53MIT
- AlicenseAqualityDmaintenanceMCP server for the OpenAlex scholarly database, providing AI agents with tools to search and retrieve academic works, authors, and institutions via natural language queries.8MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for academic research using the OpenAlex API, enabling article search, details retrieval, and author profile lookup.
Related MCP Connectors
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.
Auditable MCP server for PubMed, Europe PMC, ClinicalTrials.gov, and bioRxiv/medRxiv queries
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/ckgerteis/openalex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server