← Back to browse

crossref-mcp

Indexed by io.github.jtl-neo

About

MCP server wrapping the Crossref REST API for scholarly metadata.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCROSSREF_MAILTO CROSSREF_PLUS_TOKEN
Claude Code
claude mcp add --env CROSSREF_MAILTO= --env CROSSREF_PLUS_TOKEN= crossref-mcp -- uvx crossref-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"crossref-mcp","command":"uvx","args":["crossref-mcp"],"env":{"CROSSREF_MAILTO":"","CROSSREF_PLUS_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "crossref-mcp": {
      "command": "uvx",
      "args": [
        "crossref-mcp"
      ],
      "env": {
        "CROSSREF_MAILTO": "",
        "CROSSREF_PLUS_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.