CrossRef MCP Server
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 MCP ServerSearch CrossRef for recent papers on quantum computing"
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 MCP Server
An MCP (Model Context Protocol) server for searching and retrieving scholarly metadata from the CrossRef REST API — 150M+ records across all publishers and disciplines.
Built with FastMCP. No API key required.
Tools
Tool | Description |
| Search works by keyword with filtering by year, type, and sort options |
| Search specifically by title for more precise matching |
| Search for works by a specific author, optionally combined with keywords |
| Retrieve full metadata for a work by DOI |
| Search for journals by name |
| Get works published in a specific journal by ISSN |
| Search for funding organizations |
| Get the reference list cited by a specific work |
| Export recent results as RIS (for Zotero, EndNote, etc.) |
| Export recent results as BibTeX |
Related MCP server: paper-search-mcp
Setup
1. Install
cd crossref-mcp-server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt2. Configure environment (optional)
CrossRef doesn't require an API key, but setting a mailto address gives you access to their faster "polite" API pool:
cp .env.example .env
# Edit .env with your email address3. Add to Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"crossref": {
"command": "/path/to/crossref-mcp-server/venv/bin/python",
"args": ["/path/to/crossref-mcp-server/server.py"],
"env": {
"CROSSREF_MAILTO": "your.email@example.com"
}
}
}
}Or if using Claude Code CLI:
claude mcp add crossref \
/path/to/crossref-mcp-server/venv/bin/python \
/path/to/crossref-mcp-server/server.py \
-e CROSSREF_MAILTO=your.email@example.comUsage examples
Once connected, you can ask Claude things like:
"Search CrossRef for recent papers on transformer architectures"
"Find works by Jane Smith on educational psychology from 2020-2024"
"Look up the metadata for DOI 10.1038/nature14539"
"Search for journals about machine learning"
"Get the reference list for this paper and export as RIS for Zotero"
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/SMABoundless/crossref-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server