OpenAlex MCP Server

by dgitj

2 stars
438 downloads
Not rated
GitHub

About

An MCP server for the open science and open access platform OpenAlex.

Details

Author
dgitj
GitHub stars
2
Downloads
438
Categories
Other

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name OpenAlex MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.