ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Wikidata with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access the world's largest open knowledge graph—query entities via SPARQL, perform vector searches, and manage structured data directly from your AI agent.

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 · 8 capabilities

The complete Wikidata capability set.

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

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through Wikidata.

  1. 01

    Search properties vector

    Hybrid vector/keyword search for Properties

  2. 02

    Set item description

    Requires OAuth 2.0 Access Token. Set an Item description

  3. 03

    Get item statements

    Retrieve statements for a Wikidata Item

  4. 04

    Execute sparql

    Use hint:Query hint:optimizer "None" if queries timeout. Execute a SPARQL query

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through Wikidata.

  1. 05

    Create statement

    Requires OAuth 2.0 Access Token. Create a new statement for an Item

  2. 06

    Get item

    G., Q42) via the Wikibase REST API. Retrieve a specific Wikidata Item

  3. 07

    Get similarity score

    Compute similarity between text and an entity

  4. 08

    Search items vector

    Hybrid vector/keyword search for Items

Observed, not estimated

885ms average. Fast in production.

Wikidata is checked daily against the live service.

Daily averagePeak 1048ms
Aug 20Today
Fastest day
705ms
Slowest day
1048ms
14-day trend
Slowing+10%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 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 Wikidata, so you can see the experience inside your AI.

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

Wikidata Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_W84JNbFgMiFDqgSOAzXVMSCHncfEanhMXyqzOlEz/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 — Wikidata capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "wikidata-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_W84JNbFgMiFDqgSOAzXVMSCHncfEanhMXyqzOlEz/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 Wikidata owners ask.

  • 01

    How can I find a Wikidata Item if I don't know its Q-ID?

    You can use the search_items_vector capability. It performs a hybrid search using high-dimensional embeddings and keywords to find the most relevant entities based on your natural language description.

  • 02

    Is it possible to run complex queries like 'List all female scientists born in the 19th century'?

    Yes, the execute_sparql capability allows you to run any valid SPARQL query against the Wikidata Query Service. This is the most powerful way to filter and aggregate data across the entire knowledge graph.

  • 03

    Can I use this server to update information on Wikidata?

    Yes, if you provide an OAuth 2.0 Access Token, you can use create_statement to add new data or set_item_description to update descriptions in various languages.