Orcid runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from pypi. Last commit 4 Jul 2026.
Search ORCID researcher profiles, retrieve works, and export citations
Today is the operative word: we check Orcid every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add orcid -- uvx orcid-mcp-server
{
"mcpServers": {
"orcid": {
"args": [
"orcid-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.orcid]
command = "uvx"
args = ["orcid-mcp-server"]
{
"mcpServers": {
"orcid": {
"args": [
"orcid-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"orcid": {
"args": [
"orcid-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
ORCID_CLIENT_ID (ORCID API client ID from https://orcid.org/developer-tools), ORCID_CLIENT_SECRET (ORCID API client secret).
The author declared them in the registry entry; get the values from the project itself.
Researcher profiles, works, affiliations, funding, and peer reviews from the ORCID registry.
ORCID public researcher records (works, employment, education)
Search Google Scholar for academic papers, citations, and author profiles.
Search IPCC AR6 WG1 and answer with page-level citations, or refuse when unsupported.
Search Scopus abstracts, authors, and export citations via Elsevier API
Search and discover Lyra profiles.
Search US sex-offender registries and criminal records, with per-source citations.
Export full Bluesky follower/following lists with profile stats. Audience and lead research.
Answers built from our own checks of this server.