Crossref Academic MCP Server
Provides AI-powered citation analysis, abstracts, and impact metrics for academic papers.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Crossref Academic MCP ServerFind recent papers about transformer architectures in NLP"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 for scientific papers across Crossref + OpenAlex simultaneously |
| Get full metadata for a paper via DOI (bibliographic data + abstract + impact metrics) |
| Find papers that cite a given paper (via Semantic Scholar) |
| Look up an author's profile — publications, h-index, affiliations, research topics |
| Find the most-cited recent papers in a topic area (trending research since 2023) |
Related MCP server: Academic Paper MCP HTTP/SSE Server
Installation
With pip (recommended)
pip install crossref-academic-mcp-serverFrom 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 | |
🌍 Data | Weather · Germany · Agriculture · Space · Aviation · EU Companies |
🔒 Security | |
🤖 Agent Infra | Memory · Directory · Hub · Reputation |
🔬 Research |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMulti-source academic paper search, citation graph exploration, and PDF download as an MCP server, designed for LLM agents doing research.Last updated101MIT
- Alicense-qualityDmaintenanceA MCP server for academic literature retrieval, aggregating multiple data sources like arXiv, Crossref, OpenAlex, PubMed, and Semantic Scholar to provide search, details, citations, trends, and recommendations.Last updated4MIT
- Alicense-qualityBmaintenanceAn MCP server that enables coding agents to search academic papers, ingest full-text PDFs, extract structured details, and manage citations in literature research workflows.Last updated23MIT
- AlicenseAqualityDmaintenanceMCP server for the OpenAlex scholarly database, providing AI agents with tools to search and retrieve academic works, authors, and institutions via natural language queries.Last updated8MIT
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/crossref-academic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server