wikidata-mcp

mrfentmen/wikidata-mcp
★ 0 stars TypeScript Memory/Knowledge Updated today
Niche public data MCP server: wikidata-mcp
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wikidata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mrfentmen/wikidata-mcp"
      ]
    }
  }
}

README Excerpt

A compact interface to Wikidata for entity lookup and structured public knowledge exploration. - `search_entities`: search labels and descriptions. - `get_entity`: fetch English labels, descriptions, claims, and sitelinks for a Q id. - `query_knowledge`: run a bounded, read-only SPARQL query. SPARQL input is capped at 8,000 characters and blocks write, federation, and dataset-management operations. Include a selective `LIMIT` in queries. Wikidata statements vary in completeness and should be che

Tools (3)

get_entityquery_knowledgesearch_entities