openalex-mcp
MCP server for the OpenAlex scholarly graph API, enabling searches for authors, works, institutions, sources, and citation data. Supports optional query logging with hash-chained receipts.
README
openalex-mcp
MCP stdio server for the OpenAlex API (global scholarly graph).
Data via OpenAlex, OurResearch.
Install
Flat layout, matching how the server is deployed: server.py and ledger.py
side by side, run by path.
python -m venv .venv && .venv/bin/pip install -e .
Then point Claude Desktop at python server.py (see below).
Tools
| Tool |
|---|
oa_author_works |
oa_cited_by |
oa_get_author |
oa_get_work |
oa_search_authors |
oa_search_institutions |
oa_search_sources |
oa_search_works |
Configuration
OPENALEX_API_KEY=optional_openalex_api_key
OPENALEX_EMAIL=your_email_for_the_polite_pool
Claude Desktop
{
"mcpServers": {
"openalex": {
"command": "C:\\path\\to\\.venv\\Scripts\\python.exe",
"args": ["C:\\path\\to\\openalex_mcp\\server.py"],
"env": {
"OPENALEX_API_KEY": "optional_openalex_api_key",
"OPENALEX_EMAIL": "your_email_for_the_polite_pool"
}
}
}
}
Query receipts
Every query can be deposited to an append-only, hash-chained JSONL log by
openalex_mcp.ledger. It is off unless MCP_RECEIPT_LOG is set, and a
logging failure is swallowed rather than raised — a search matters more than
the record of it. Secrets are redacted before a line is composed.
MCP_RECEIPT_LOG=C:\path\to\receipts.jsonl
MCP_RECEIPT_SESSION=project-or-article-slug
MCP_RECEIPT_STRICT=1 # optional: make logging failure raise
Verify a deposited log's hash chain:
python ledger.py verify receipts.jsonl
MCP SDK compatibility
Runs on both mcp 1.x and 2.x. Version 2.0.0 of the SDK removed
mcp.server.fastmcp; this server imports FastMCP where it exists and falls
back to MCPServer where it does not.
License
MIT © 2026 Christopher Gerteis. Covers the server code only; it grants no rights over OpenAlex, OurResearch data, which remains governed by that provider's terms.
Author
Dr Christopher Gerteis, SOAS University of London.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
E2B
Using MCP to run code via e2b.