Search and retrieve researcher profiles, works, affiliations, funding, and peer review records from the ORCID registry via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"orcid-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/orcid-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add orcid-mcp-server npx -y cyanheads/orcid-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"orcid-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/orcid-mcp-server"
]
}
}
}
📋 Copy