Servers
OpenAlex MCP Server
@DavidEncrypted
Provides tools to search and retrieve data about scholarly works from OpenAlex.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"openalex": {
"command": "uv",
"args": [
"--directory",
"/YOUR/INSTALL/DIRECTORY/openalex-mcp-server",
"run",
"server.py"
],
"env": {
"OPENALEX_EMAIL": "[email protected]"
},
"transportType": "stdio"
}
}
}