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_IDrequiredsecretORCID API client ID from https://orcid.org/developer-tools
ORCID_CLIENT_SECRETrequiredsecretORCID 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-serverRelated MCP servers
io.github.SMABoundless/scopus
Maintained
Search Scopus abstracts, authors, and export citations via Elsevier API
1
View repository →Python
MIT
io.github.SMABoundless/semanticscholar
Maintained
Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar
0
View repository →TypeScript
io.github.SMABoundless/unpaywall
Maintained
Open-access availability for 120M+ scholarly articles via the Unpaywall API
0
View repository →Python
MIT