Best for
- Researchers, librarians, and academic writing assistants.
- Developers needing up-to-date scholarly metadata.
- Those building AI tools on top of a large academic knowledge base.
The OpenAlex MCP Server provides structured access to a large scholarly knowledge base for discovery, trend analysis, and citation graph traversal. It is useful for integrating academic data into AI assistant workflows.
The OpenAlex MCP Server is a community-developed server that enables AI assistants to query the OpenAlex scholarly catalog, which contains over 270 million publications. It offers five tools for searching, filtering, and aggregating scholarly data, plus two prompts for literature review and research landscape analysis. It can run as a local stdio server or as an HTTP server, and is deployable via Docker.
{
"mcpServers": {
"openalex-mcp-server": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@cyanheads/openalex-mcp-server"],
"env": {
"OPENALEX_API_KEY": "your-openalex-api-key"
}
}
}
}https://openalex.caseyjhand.com/mcp (configured as streamable HTTP). 4. Optionally set environment variables OPENALEX_API_KEY (free from OpenAlex) and OPENALEX_MAILTO (for the polite pool).{
"mcpServers": {
"openalex-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cyanheads/openalex-mcp-server"
],
"env": {
"OPENALEX_API_KEY": "your-openalex-api-key"
}
}
}
}