An MCP server enabling academic paper searches via the OpenAlex API.
- Search papers by topic or keyword
- Search papers by author
- Access detailed paper information:
- Title
- Abstract
- Authors
- Citations
npm install
npm run build
npm start
Add the following configuration to your Claude Desktop setup:
{
"mcpServers": {
"openalex": {
"command": "node",
"args": ["path/to/dist/index.js"]
}
}
}
search-papers
: Find papers by topic or keywordsearch-papers-by-author
: Find papers by authorResource
:paper://{paperId}
– Retrieve detailed paper information