PluginBench
MCP Server
Maintained
MIT

io.github.SMABoundless/orcid MCP Server

io.github.SMABoundless/orcid

What is the io.github.SMABoundless/orcid MCP server?

Search ORCID researcher profiles, retrieve works, and export citations

How to install io.github.SMABoundless/orcid

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ORCID_CLIENT_ID
    required
    secret

    ORCID API client ID from https://orcid.org/developer-tools

  • ORCID_CLIENT_SECRET
    required
    secret

    ORCID API client secret

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "orcid": {
      "command": "uvx",
      "args": [
        "orcid-mcp-server"
      ],
      "env": {
        "ORCID_CLIENT_ID": "<YOUR_ORCID_CLIENT_ID>",
        "ORCID_CLIENT_SECRET": "<YOUR_ORCID_CLIENT_SECRET>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "orcid": {
      "command": "uvx",
      "args": [
        "orcid-mcp-server"
      ],
      "env": {
        "ORCID_CLIENT_ID": "<YOUR_ORCID_CLIENT_ID>",
        "ORCID_CLIENT_SECRET": "<YOUR_ORCID_CLIENT_SECRET>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "orcid": {
      "command": "uvx",
      "args": [
        "orcid-mcp-server"
      ],
      "env": {
        "ORCID_CLIENT_ID": "<YOUR_ORCID_CLIENT_ID>",
        "ORCID_CLIENT_SECRET": "<YOUR_ORCID_CLIENT_SECRET>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "orcid": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "orcid-mcp-server"
      ],
      "env": {
        "ORCID_CLIENT_ID": "<YOUR_ORCID_CLIENT_ID>",
        "ORCID_CLIENT_SECRET": "<YOUR_ORCID_CLIENT_SECRET>"
      }
    }
  }
}
Claude Code
claude mcp add orcid --env ORCID_CLIENT_ID=<YOUR_ORCID_CLIENT_ID> --env ORCID_CLIENT_SECRET=<YOUR_ORCID_CLIENT_SECRET> -- uvx orcid-mcp-server

Related MCP servers

Search Scopus abstracts, authors, and export citations via Elsevier API

1
Python
MIT
View repository →

Search and retrieve scholarly metadata from the Crossref REST API

0
Python
MIT
View repository →

Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar

0
TypeScript
View repository →

Open-access availability for 120M+ scholarly articles via the Unpaywall API

0
Python
MIT
View repository →