Skip to content
Zed

orcid for Zed

io.github.smaboundless/orcid

Search ORCID researcher profiles, retrieve works, and export citations

client:Zed transport:stdio runtime:pypi

Install orcid in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "orcid": {
      "command": "uvx",
      "args": [
        "orcid-mcp-server"
      ],
      "env": {
        "ORCID_CLIENT_ID": "<ORCID_CLIENT_ID>",
        "ORCID_CLIENT_SECRET": "<ORCID_CLIENT_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

orcid in other clients