OpenAlex
🗄️ Data & Files
Search 270M+ scholarly works, authors, institutions and topics, walk citation graphs and analyse research trends through the open OpenAlex catalog. No key needed; an optional e-mail unlocks the faster polite pool.
Tags
Client configuration
Cursor (.cursor/mcp.json)
{
"mcpServers": {
"openalex": {
"command": "npx",
"args": [
"-y",
"@cyanheads/openalex-mcp-server@0.7.10"
],
"env": {
"OPENALEX_MAILTO": "your-openalex-mailto-here"
}
}
}
}VS Code (.vscode/mcp.json)
{
"servers": {
"openalex": {
"command": "npx",
"args": [
"-y",
"@cyanheads/openalex-mcp-server@0.7.10"
],
"env": {
"OPENALEX_MAILTO": "your-openalex-mailto-here"
},
"type": "stdio"
}
}
}Replace the placeholders before connecting. Authorize in your client when prompted.
The Cursor JSON also works in Claude Desktop's local MCP configuration. Install the required runtime and local software first.