Provides tools to search and retrieve metadata for scholarly works, journals, and funding organizations using DOI identifiers and keyword queries via the Crossref database.
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 ServerFind recent research papers about large language models and their ethics"
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
š Enable AI assistants to search and access academic paper metadata through Crossref using a simple MCP interface.
The Crossref MCP Server provides a bridge between AI assistants and Crossref's database of academic literature through the Model Context Protocol (MCP). It allows AI models to search for scientific articles by DOI, title, or keywords, access their metadata, and retrieve journal and funder information in a programmatic way.
⨠Core Features
š Work Search by Query: Find papers using keywords, titles, or authors ā
š Metadata Access: Retrieve detailed metadata for specific papers by DOI ā
š Journal Search: Find journals in the Crossref database ā
š° Funder Search: Discover funding organizations and their supported research ā
š Quick Start
Prerequisites
Python 3.10+
FastMCP library
Installation
Clone the repository:
git clone https://github.com/JackKuo666/Crossref-MCP-Server.git cd Crossref-MCP-ServerInstall the required dependencies:
pip install -r requirements.txt
š Usage
Start the MCP server:
Usage with Claude Desktop or Cline
Add this configuration to your cline_mcp_settings.json or claude_desktop_config.json:
(Mac OS)
(Windows version):
š MCP Tools
The Crossref MCP Server provides the following tools:
search_works_by_query: Search for scholarly works using keywords, titles, or authors.get_work_metadata: Get detailed metadata for a specific work using its DOI.search_journals: Search for journals in the Crossref database.search_funders: Search for funding organizations in the Crossref database.
Searching Works by Query
You can ask the AI assistant to search for papers using keywords:
Getting Work Metadata by DOI
You can get detailed metadata for a specific paper using its DOI:
Searching Journals
You can search for journals in the Crossref database:
Searching Funders
You can search for funding organizations:
š Project Structure
crossref_server.py: The main MCP server implementation using FastMCPcrossref_search.py: Contains the logic for searching Crossref and retrieving metadata
š§ Dependencies
Python 3.10+
FastMCP (mcp)
requests
bs4
habanero
š¤ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
š License
This project is licensed under the MIT License.
ā ļø Note
This tool uses the Crossref API to access publicly available metadata about academic works. For better API access priority, it's recommended to provide your email address when initializing the CrossrefSearch class.