Server data from the Official MCP Registry
Search ORCID researcher profiles, retrieve works, and export citations
Search ORCID researcher profiles, retrieve works, and export citations
Valid MCP server (3 strong, 8 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
6 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ORCID_CLIENT_ID
Environment variable: ORCID_CLIENT_SECRET
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-smaboundless-orcid": {
"env": {
"ORCID_CLIENT_ID": "your-orcid-client-id-here",
"ORCID_CLIENT_SECRET": "your-orcid-client-secret-here"
},
"args": [
"orcid-mcp-server"
],
"command": "uvx"
}
}
}From the project's GitHub README.
An MCP (Model Context Protocol) server that provides tools for searching the ORCID registry, reading researcher profiles, retrieving publications, and exporting citations in RIS and BibTeX formats.
Built with FastMCP and the ORCID Public API v3.0.
| Tool | Description |
|---|---|
orcid_search | Search for researchers by name, affiliation, keyword, DOI, or advanced Solr query |
orcid_read_record | Read a researcher's full profile (bio, employment, education, keywords) |
orcid_read_works | Get publications from a researcher's ORCID record |
orcid_export_ris | Export retrieved works as RIS (for Zotero, EndNote, etc.) |
orcid_export_bibtex | Export retrieved works as BibTeX |
Register for free public API credentials at ORCID Developer Tools.
cd orcid-mcp-server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Copy the example env file and add your credentials:
cp .env.example .env
# Edit .env with your ORCID_CLIENT_ID and ORCID_CLIENT_SECRET
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"orcid-mcp": {
"command": "/path/to/orcid-mcp-server/venv/bin/python",
"args": ["/path/to/orcid-mcp-server/server.py"],
"env": {
"ORCID_CLIENT_ID": "your-client-id",
"ORCID_CLIENT_SECRET": "your-client-secret"
}
}
}
}
Or if using Claude Code CLI:
claude mcp add orcid-mcp \
/path/to/orcid-mcp-server/venv/bin/python \
/path/to/orcid-mcp-server/server.py \
-e ORCID_CLIENT_ID=your-client-id \
-e ORCID_CLIENT_SECRET=your-client-secret
Once connected, you can ask Claude things like:
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.