Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Orcid MCP Server
Orcid MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:20:54 PM

Orcid MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website

Researcher profiles, works, affiliations, funding, and peer reviews from the ORCID registry.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "orcid-mcp-server": {
      "command": "bunx",
      "args": [
        "@cyanheads/orcid-mcp-server@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

@cyanheads/orcid-mcp-server

Search and retrieve researcher profiles, works, affiliations, funding, and peer review records from the ORCID registry via MCP. STDIO or Streamable HTTP.

9 Tools β€’ 2 Resources

Version License Docker MCP SDK npm TypeScript Bun

Install in Claude Desktop Install in Cursor Install in VS Code

Framework

Public Hosted Server: https://orcid.caseyjhand.com/mcp


Tools

Nine tools organized around three workflows β€” author disambiguation, researcher profiling, and cross-server identifier chaining:

ToolDescription
orcid_search_researchersSearch the ORCID registry using structured field params (name, affiliation, keyword, ROR ID, DOI, PMID). All params are ANDed into a Solr query against the expanded-search endpoint, returning ORCID iDs with inline name and institution data.
orcid_get_profileFetch a researcher's public profile: name, biography, keywords, researcher URLs, and external identifiers (Scopus Author ID, ResearcherID, Loop, etc.).
orcid_get_worksRetrieve works (publications, datasets, software, preprints) for a researcher. Returns summaries with put-codes, titles, types, dates, journal names, and external identifiers. Returns the first 50 by default with workCount and paging via offset/nextOffset (or limit); set include_external_ids false for a lighter payload. Pass put-codes to orcid_get_work_detail for abstracts and full contributor lists.
orcid_get_work_detailFetch full detail records for 1–100 works by their put-codes in a single bulk request (from orcid_get_works). Returns abstracts, all contributors with CRediT roles, complete external IDs, citation metadata, journal title, and URL. Per-record errors are surfaced without failing the whole call.
orcid_get_affiliationsFetch affiliation records for a researcher. Accepts a types list to filter which sections to return: employment, education, invited-positions, distinctions, memberships, qualifications, services, or all.
orcid_get_fundingFetch funding records: grants, contracts, awards, and salary awards, with funder names, grant numbers, and funding periods.
orcid_get_peer_reviewsFetch peer review activity: convening organizations, reviewer role, review type, completion dates, and ISSN-keyed group identifiers.
orcid_get_research_resourcesList research resources associated with a researcher β€” compute allocations, equipment access, lab facilities, and data resources. Sparsely populated; most researchers have no entries.
orcid_resolve_researcherDisambiguate an ambiguous author name to a verified ORCID iD. Returns a ranked list of candidates (5 by default, up to 20 via rows) with transparent signals: name match type, institution overlap, and whether a DOI or PMID anchor was used.

orcid_search_researchers

Search the ORCID registry with structured field parameters mapped to Solr field queries.

  • Structured params β€” given_name, family_name, affiliation, keyword, ror_id, doi, pmid β€” are ANDed into a Solr query automatically
  • doi and pmid translate to doi-self and pmid-self field queries: "who has linked this work to their ORCID record?"
  • query appends raw Solr to the generated clause for advanced use
  • ror_id values (full URLs like https://ror.org/00f54p054) are quoted internally to handle Solr's colon parsing
  • Returns expanded-search results with inline name and institution data β€” no follow-up profile fetch needed for basic discovery
  • Use this for precise field-anchored lookups; use orcid_resolve_researcher for ambiguous names needing ranked disambiguation

orcid_get_profile

Fetch a researcher's public person section by ORCID iD.

  • Accepts bare ORCID iD (0000-0001-2345-6789) or full URI form
  • Returns name, biography, keywords, researcher URLs, addresses, and external identifiers (Scopus Author ID, ResearcherID, Loop, etc.)
  • External identifiers are embedded in the person response β€” no separate round-trip
  • Entry point for building a researcher dossier before fetching works or affiliations

orcid_get_works

Retrieve the works list for a researcher.

  • Returns work summaries: title, type, publication date, journal name, and all external identifiers (DOI, PMID, arXiv ID, ISBN, etc.)
  • Returns the first 50 works by default; workCount reports the total available, and prolific records are paged with offset plus the returned nextOffset (or raise limit, max 1000). truncated flags when more works remain
  • Set include_external_ids to false to drop identifier lists when only titles, types, and dates are needed
  • External IDs are returned in formats consumable by downstream servers (Crossref, PubMed, arXiv)
  • Works list is summaries only β€” chain to the relevant server for full metadata or abstracts

orcid_get_work_detail

Fetch full detail records for 1–100 works in a single bulk request using the ORCID bulk works endpoint.

  • put_codes is an array of 1–100 put-codes from orcid_get_works
  • Single round-trip regardless of how many put-codes are requested
  • Returns abstracts, all contributors with CRediT roles, the complete external ID list, citation metadata (BibTeX or other formats when deposited), journal title, and URL for each work
  • Per-record errors (not-found or inaccessible put-codes) arrive as errors entries β€” the remaining works still resolve

orcid_get_affiliations

Fetch affiliation records by type, using a single /activities call filtered client-side.

  • types controls which sections to include: employment, education, invited-positions, distinctions, memberships, qualifications, services, or all
  • Default is ['employment', 'education'] (the 90% case)
  • Returns organization names, disambiguated org IDs (ROR/GRID/Ringgold), departments, roles, and date ranges
  • One upstream call regardless of how many types are requested β€” the /activities endpoint returns all sections at once

orcid_get_funding

Fetch funding records for a researcher.

  • Returns grants, contracts, awards, and salary awards with funder names, grant numbers, and funding periods
  • Funding data is self-reported and often sparse β€” absence does not mean no funding
  • Useful when it exists; high-value (grant numbers, funder IDs) but a thin single-endpoint wrapper

orcid_get_peer_reviews

Fetch peer review activity for a researcher.

  • Returns convening organizations (journals/publishers), reviewer role (reviewer, editor, chair, etc.), review type, completion dates, and ISSN-keyed group identifiers
  • Useful for assessing editorial activity and journal affiliations

orcid_get_research_resources

List research resources associated with a researcher.

  • Covers compute allocations, equipment access, lab facilities, data resources, and clinical study registrations
  • A newer ORCID section that is sparsely populated β€” most researchers have no entries, and absence does not imply none exist
  • Entries are typically deposited by resource-allocation systems (e.g. ACCESS, XSEDE) rather than self-reported
  • Returns resource title, hosting organization (with disambiguated org ID), external identifiers (often a portal URI), and access period

orcid_resolve_researcher

Disambiguate an author name to a verified ORCID iD.

  • Returns ranked candidates (5 by default, up to 20 via rows) with transparent disambiguation signals: name match type (exact/partial/other-name), institution overlap flag, and anchor type (doi/pmid/none)
  • When doi or pmid is provided, uses doi-self or pmid-self as an anchor β€” researchers who have linked that work to their ORCID record are near-deterministic matches
  • Falls back to a relaxed query (dropping affiliation) if the initial candidate set is empty
  • No synthetic scores β€” raw signal fields only, so callers can apply their own ranking logic

Resources

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • How Persistence Works logoHow Persistence Works

    Visual Desktop Bridge - Give any AI full control over Windows to automate apps and inputs.

    πŸ’» Developer Tools0 views
    Compare vs How Persistence Works β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Orcid MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "orcid-mcp-server": { "command": "npx", "args": ["-y", "orcid-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOrcid MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/orcid-mcp-server?style=directory)](https://allmcps.com/mcp/orcid-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/orcid-mcp-server"><img src="https://allmcps.com/api/badge/orcid-mcp-server?style=directory" alt="Orcid MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
37Quality signal: Fair Β· 37/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Orcid MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code