ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use ORCID with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access and manage ORCID researcher records. search the registry, fetch biographical data, and manage works or affiliations directly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 13 capabilities

The complete ORCID capability set.

These are the exact actions your AI can choose when you ask it to work with ORCID.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 13 available through ORCID.

  1. 01

    Get summary

    Requires Member API access. Get validated and self-asserted summary (Member API only)

  2. 02

    Delete item

    Requires Member API access. Delete an item from a section (Member API only)

  3. 03

    Register webhook

    Requires Premium Member API. Register a webhook callback URL for an ORCID record (Premium only)

  4. 04

    Search

    Supports fields like given-names, family-name, email, orcid, etc. Search the ORCID registry using Solr 3.6 syntax

Capability set02 / 04

05-07

3 capabilities in this set.

Part of 13 available through ORCID.

  1. 05

    Csv search

    Search the ORCID registry and return CSV format

  2. 06

    Create item

    Requires Member API access and appropriate scopes. Add a new item to a section (Member API only)

  3. 07

    Expanded search

    Search the ORCID registry and return expanded metadata

Capability set03 / 04

08-10

3 capabilities in this set.

Part of 13 available through ORCID.

  1. 08

    Get activities

    Get summary of all activities for an ORCID record

  2. 09

    Get item

    Get a specific item from a section using its put-code

  3. 10

    Get person

    Get biographical section of an ORCID record

Capability set04 / 04

11-13

3 capabilities in this set.

Part of 13 available through ORCID.

  1. 11

    Get record

    Get summary view of the full ORCID record

  2. 12

    Get section

    Get summary of a specific section

  3. 13

    Update item

    Requires Member API access. Update an existing item in a section (Member API only)

Observed, not estimated

897ms average. Fast in production.

ORCID is checked daily against the live service.

Daily averagePeak 1036ms
Aug 20Today
Fastest day
771ms
Slowest day
1036ms
14-day trend
Slowing+15%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 13 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of ORCID, so you can see the experience inside your AI.

It does not authenticate your account with ORCID. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

ORCID Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_sjzWOVUjR0oJlCdAU9WkCKJW80pOeSJs0KnhTiI7/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — ORCID capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "orcid-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_sjzWOVUjR0oJlCdAU9WkCKJW80pOeSJs0KnhTiI7/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions ORCID owners ask.

  • 01

    Can I search for researchers by their name or email address?

    Yes! Use the search capability with Solr syntax (e.g., family-name:Smith or email:user@example.com) to find matching records in the ORCID registry.

  • 02

    How do I retrieve the full details of a specific publication?

    First, use get_section with the section 'works' to find the item's put_code. Then, use the get_item capability with that code to fetch the complete metadata for that specific work.

  • 03

    Do I need a Member API account to add or update records?

    Yes. While reading public data works with the Public API, capabilities like create_item, update_item, and delete_item require Member API access and the useMemberApi configuration set to true.