OpenAlex MCP Server
About
An MCP server for the open science and open access platform OpenAlex.
Details
- Author
- dgitj
- GitHub stars
- 2
- Downloads
- 438
- Categories
- Other
Jump to
- Search papers by topic or keyword.
- Search papers by author.
- Retrieve detailed paper information (title, abstract, authors, citations).
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
OpenAlex MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"openalex mcp server": {
"openalex": {
"command": "node",
"args": [
"path/to/dist/index.js"
]
}
}
}
}
McpServers
{
"openalex": {
"command": "node",
"args": [
"path/to/dist/index.js"
]
}
}
OpenAlex MCP Server
An MCP server enabling academic paper searches via the OpenAlex API.
---
Features
- Search papers by topic or keyword - Search papers by author - Access detailed paper information: - Title - Abstract - Authors - Citations---
Setup
Installation
npm install
Building the Project
npm run build
Running the Server
npm start
---
Claude for Desktop Configuration
Add the following configuration to your Claude Desktop setup:
{
"mcpServers": {
"openalex": {
"command": "node",
"args": ["path/to/dist/index.js"]
}
}
}
---
Available Tools
- search-papers: Find papers by topic or keyword
- search-papers-by-author: Find papers by author
- Resource: paper://{paperId} – Retrieve detailed paper information
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



