Odel
orcid mcp server

orcid mcp server

Local
@smaboundlessPythonMITUpdated 2mo ago

Search ORCID researcher profiles, retrieve works, and export citations

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).

PyPIorcid-mcp-serverv1.0.0

Run

uvx orcid-mcp-server

MCP client config

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