orcid for Cursor
io.github.smaboundless/orcid
Search ORCID researcher profiles, retrieve works, and export citations
client:Cursor
transport:stdio
runtime:pypi
Install orcid in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"orcid": {
"type": "stdio",
"command": "uvx",
"args": [
"orcid-mcp-server"
],
"env": {
"ORCID_CLIENT_ID": "<ORCID_CLIENT_ID>",
"ORCID_CLIENT_SECRET": "<ORCID_CLIENT_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs