An open source implementation of OpenAlex MCP Server providing structured access to worldwide academic literature for AI Agents.
by ResearchHub Foundation 2025
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.
# Clone the repository
git clone https://github.com/ResearchHub-Foundation/openalex-mcp-server
cd openalex-mcp-server
# Install dependencies
pip install -e .
# Start the MCP server
python -m openalex-mcp-server
- Python 3.10+
- Dependencies:
- httpx
- mcp
- 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
See the LICENSE file for details.