★ 1 stars
TypeScript
📁 File System
Updated today
Search and retrieve researcher profiles, works, affiliations, funding, and peer review records from the ORCID registry via MCP. STDIO or Streamable HTTP.
View on GitHub →
Try with Claude — $10 free →
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
Topics
academic affiliations ai-agents ai-tools author-disambiguation cyanheads mcp mcp-server model-context-protocol orcid research-profiles researcher-identity scholarly scientific-publishing typescript