a year ago
research-and-dataProvides tools to search and retrieve data about scholarly works from OpenAlex.
Server Config
{
"mcpServers": {
"openalex": {
"command": "uv",
"args": [
"--directory",
"/YOUR/INSTALL/DIRECTORY/openalex-mcp-server",
"run",
"server.py"
],
"env": {
"OPENALEX_EMAIL": "your.email@example.com"
},
"transportType": "stdio"
}
}
}