mcpbeat Sign in

Crossref MCP Server

local only

Crossref MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from pypi. Last commit 8 Jun 2026.

MCP server wrapping the Crossref REST API for scholarly metadata.

Installs per day peak 22 · avg 11 · -5% w/w
a month agotoday
75
Installs / week
pypi · crossref-mcp
0
Stars
0 open issues
8 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Crossref MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add crossref-mcp -- uvx crossref-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crossref-mcp": {
      "args": [
        "crossref-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.crossref-mcp]
command = "uvx"
args = ["crossref-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "crossref-mcp": {
      "args": [
        "crossref-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "crossref-mcp": {
      "args": [
        "crossref-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CROSSREF_MAILTO (Email for Crossref's polite pool (recommended).), CROSSREF_PLUS_TOKEN (Optional Crossref Plus API token.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Crossref MCP

same job, measured the same way
Crossref
by smaboundless

Search and retrieve scholarly metadata from the Crossref REST API

69 installs/wk local only
MCP Tesla
by jlestel

MCP server wrapping the Tesla Fleet API and TeslaMate API

answering
Groupsio
by ke4qqq

MCP server for consuming and managing Groups.io data via the Groups.io REST API

27 installs/wk local only
Calendly
by pipeworx-io

Calendly MCP Pack — wraps the Calendly API v2 for scheduling data.

41 tools answering
nb-mcp-server
by emcd

MCP server wrapping the nb CLI for LLM-friendly note-taking

local only
crossref
by pipeworx-io

Crossref MCP — wraps the Crossref REST API (academic papers, free, no auth)

34 tools answering
Web Scraper
by ryudi84

MCP server for web scraping: URLs, links, metadata, CSS extraction.

32 installs/wk local only
Keeping MCP
by red-square-software

MCP server for the Keeping time-tracking API

31 installs/wk local only

Crossref MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Crossref MCP?
Crossref MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package crossref-mcp was installed 75 times last week.
How do I connect Crossref MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls crossref-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Crossref MCP?
The pypi package crossref-mcp was installed 75 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Crossref MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.