crossref-MCP-Server
@JackKuo666
关于 crossref-MCP-Server
🔍 Enable AI assistants to search and access academic paper metadata through Crossref using a simple MCP interface.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"crossref-MCP-Server": {
"command": "python",
"args": [
"crossref_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is crossref-MCP-Server?
crossref-MCP-Server bridges AI assistants to the Crossref database of academic literature through the Model Context Protocol (MCP). It enables programmatic search for scientific articles by DOI, title, or keywords, and access to metadata, journal, and funder information.
How to use crossref-MCP-Server?
Install Python 3.10+ and the required dependencies (FastMCP, requests, bs4, habanero). Clone the repository, run pip install -r requirements.txt, then start the server with python crossref_server.py. For use with Claude Desktop or Cline, add the server configuration to cline_mcp_settings.json or claude_desktop_config.json using the appropriate path to Python and the script.
Key features of crossref-MCP-Server
- Search works by query (keywords, titles, authors)
- Retrieve detailed metadata for a paper by DOI
- Search for journals in the Crossref database
- Discover funding organizations and their supported research
Use cases of crossref-MCP-Server
- AI assistants answering questions about academic papers by searching Crossref
- Getting full metadata (authors, publication date, journal, etc.) for a known DOI
- Finding journals related to a topic for literature review assistance
- Discovering funding agencies and their areas of support
FAQ from crossref-MCP-Server
What does crossref-MCP-Server search?
It searches the Crossref database of academic literature, which contains metadata for scholarly works, journals, and funders.
What are the prerequisites and dependencies?
Python 3.10+ is required. The server depends on FastMCP, requests, bs4, and habanero (installed via requirements.txt).
How do I configure it for Claude Desktop or Cline?
Add a JSON entry for the crossref MCP server to your claude_desktop_config.json or cline_mcp_settings.json, specifying the Python executable and path to crossref_server.py.
Is an API key or account needed?
No – the tool uses the publicly available Crossref API. For better API access priority, providing your email address when initializing the CrossrefSearch class is recommended (not required).
What license is crossref-MCP-Server released under?
MIT License.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
评论