Crossref Academic MCP Server
MCP server enabling AI agents to search and retrieve scientific papers, citations, and author profiles from Crossref, OpenAlex, and Semantic Scholar with no API keys required.
README
Crossref Academic MCP Server
MCP Server that gives AI agents access to scientific papers, citations, and academic research data. Queries Crossref, OpenAlex, and Semantic Scholar — three major open academic APIs covering 150M+ research works.
No API keys required. All data sources are free and open.
Tools
| Tool | Description |
|---|---|
search_papers |
Search for scientific papers across Crossref + OpenAlex simultaneously |
get_paper_details |
Get full metadata for a paper via DOI (bibliographic data + abstract + impact metrics) |
get_citations |
Find papers that cite a given paper (via Semantic Scholar) |
get_author_profile |
Look up an author's profile — publications, h-index, affiliations, research topics |
search_topics |
Find the most-cited recent papers in a topic area (trending research since 2023) |
Installation
With pip (recommended)
pip install crossref-academic-mcp-server
From source
git clone https://github.com/AiAgentKarl/crossref-academic-mcp-server.git
cd crossref-academic-mcp-server
pip install -e .
Configuration
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
Using pip install
{
"mcpServers": {
"crossref-academic": {
"command": "crossref-server"
}
}
}
Using uvx (no install needed)
{
"mcpServers": {
"crossref-academic": {
"command": "uvx",
"args": ["crossref-academic-mcp-server"]
}
}
}
Example Usage
Search for papers:
"Find recent papers about transformer architectures in NLP"
Look up a specific paper:
"Get details for DOI 10.1038/s41586-021-03819-2"
Explore citations:
"What papers cite the original attention paper?"
Author lookup:
"Show me Yoshua Bengio's publication profile"
Trending research:
"What are the most-cited papers about quantum computing from the last two years?"
Data Sources
- Crossref — 150M+ metadata records, DOI resolution, bibliographic data
- OpenAlex — Open catalog of scholarly works, authors, institutions, topics
- Semantic Scholar — AI-powered citation analysis, abstracts, impact metrics
More MCP Servers by AiAgentKarl
| Category | Servers |
|---|---|
| 🔗 Blockchain | Solana |
| 🌍 Data | Weather · Germany · Agriculture · Space · Aviation · EU Companies |
| 🔒 Security | Cybersecurity · Policy Gateway · Audit Trail |
| 🤖 Agent Infra | Memory · Directory · Hub · Reputation |
| 🔬 Research | Academic · LLM Benchmark · Legal |
License
MIT
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.
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.
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.
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.
E2B
Using MCP to run code via e2b.
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.