Skip to content

An open source implementation of OpenAlex MCP Server for structured access to world academic literature for AI Agents

License

Notifications You must be signed in to change notification settings

dominikusbrian/openalex-mcp-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenAlex MCP Server

An open source implementation of OpenAlex MCP Server providing structured access to worldwide academic literature for AI Agents.

by ResearchHub Foundation 2025

Overview

This server implements the Model Configuration Protocol (MCP) to connect AI assistants with the OpenAlex database, allowing them to search, retrieve, and analyze academic papers, researchers, institutions, and related scholarly information.

Installation

# Clone the repository
git clone https://github.com/ResearchHub-Foundation/openalex-mcp-server
cd openalex-mcp-server

# Install dependencies
pip install -e .

Usage

# Start the MCP server
python -m openalex-mcp-server

Requirements

  • Python 3.10+
  • Dependencies:
    • httpx
    • mcp

Features

  • Search academic papers across various disciplines
  • Retrieve metadata about papers, authors, institutions, etc.
  • Access citation networks and bibliographic information
  • Structured data for easy consumption by AI agents

License

See the LICENSE file for details.

About

An open source implementation of OpenAlex MCP Server for structured access to world academic literature for AI Agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%