Odel
crossref mcp server

crossref mcp server

Local
@smaboundlessPythonMITUpdated 1mo ago

Search and retrieve scholarly metadata from the Crossref REST API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcrossref-mcp-serverv1.0.0

Run

uvx crossref-mcp-server

MCP client config

{
  "mcpServers": {
    "crossref-mcp-server": {
      "command": "uvx",
      "args": [
        "crossref-mcp-server"
      ]
    }
  }
}