MCP Server
Active
MIT
io.github.SMABoundless/crossref MCP Server
io.github.SMABoundless/crossref
What is the io.github.SMABoundless/crossref MCP server?
Search and retrieve scholarly metadata from the Crossref REST API
How to install io.github.SMABoundless/crossref
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
CROSSREF_MAILTOYour email for Crossref polite pool (better rate limits, no key needed)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"crossref": {
"command": "uvx",
"args": [
"crossref-mcp-server"
],
"env": {
"CROSSREF_MAILTO": "<YOUR_CROSSREF_MAILTO>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"crossref": {
"command": "uvx",
"args": [
"crossref-mcp-server"
],
"env": {
"CROSSREF_MAILTO": "<YOUR_CROSSREF_MAILTO>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"crossref": {
"command": "uvx",
"args": [
"crossref-mcp-server"
],
"env": {
"CROSSREF_MAILTO": "<YOUR_CROSSREF_MAILTO>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"crossref": {
"type": "stdio",
"command": "uvx",
"args": [
"crossref-mcp-server"
],
"env": {
"CROSSREF_MAILTO": "<YOUR_CROSSREF_MAILTO>"
}
}
}
}Claude Code
claude mcp add crossref --env CROSSREF_MAILTO=<YOUR_CROSSREF_MAILTO> -- uvx crossref-mcp-serverRelated MCP servers
io.github.SMABoundless/scopus
Maintained
Search Scopus abstracts, authors, and export citations via Elsevier API
1
View repository →Python
MIT
io.github.SMABoundless/orcid
Maintained
Search ORCID researcher profiles, retrieve works, and export citations
0
View repository →Python
MIT
io.github.SMABoundless/semanticscholar
Maintained
Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar
0
View repository →TypeScript
io.github.SMABoundless/unpaywall
Maintained
Open-access availability for 120M+ scholarly articles via the Unpaywall API
0
View repository →Python
MIT