Skip to content

dgitj/openalex-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An MCP (Model Context Protocol) server that connects to the OpenAlex API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published