OpenAlex MCP Server
@dgitj
About OpenAlex MCP Server
An MCP server for the open science and open access platform OpenAlex.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"openalex": {
"command": "node",
"args": [
"path/to/dist/index.js"
]
}
}
}Tools
3Find papers by topic or keyword
Find papers by author
`paper://{paperId}` – Retrieve detailed paper information
Overview
What is OpenAlex MCP Server?
An MCP server that enables academic paper searches via the OpenAlex API, allowing users to find papers by topic, keyword, or author and access detailed information.
How to use OpenAlex MCP Server?
Install dependencies with npm install, build with npm run build, then run with npm start. For Claude Desktop, add the provided JSON configuration pointing to the built dist/index.js.
Key features of OpenAlex MCP Server
- Search papers by topic or keyword.
- Search papers by author.
- Retrieve detailed paper information (title, abstract, authors, citations).
Use cases of OpenAlex MCP Server
- Quickly find academic papers on a research topic.
- Discover papers published by a specific author.
- Access paper metadata and citation counts.
- Integrate scholarly search into AI assistants like Claude.
FAQ from OpenAlex MCP Server
What is the difference between the two search tools?
search-papers finds papers by topic or keyword, while search-papers-by-author finds papers by author name.
What are the runtime requirements for OpenAlex MCP Server?
Node.js is required to run the server, as it is built with JavaScript and commands use node.
Where does the data come from?
All data is retrieved from the OpenAlex API, an open index of scholarly works.
What transports or authentication are needed?
The server uses standard MCP transport (stdio). The README does not specify any special authentication requirements.
Is there a limit on the number of papers returned?
The README does not specify query limits; assume default OpenAlex API limits apply.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments