wmde/WikidataMCP

View on GitHub ↗

Model Context Protocol for Wikidata

31 ★7 forksPythonUpdated 1mo ago

What you need to know

A Model Context Protocol server exposing Wikidata as a knowledge graph query engine with search, entity lookup, statement and item creation tools.

Install

Python 3.11+, git clone, python -m venv .venv, pip install -e ., then run via stdio or SSE; package also on PyPI as wikidatamcp.

Usage

  • Configure the server in your MCP client to search Wikidata, look up entities, and create or edit items and statements.

Key features

  • Full text search across Wikidata
  • Entity lookup by QID
  • Browse entity information
  • Get and set statements
  • Create new items
  • JSON-LD / RDF data access
  • EntityLinker for matching entities

Best for

Researchers and developers querying and editing Wikidata programmatically.

Caveats

  • Requires Python 3.11+; some operations modify live Wikidata.
Platforms: Linux · MacOS · Windows

Reviewed 2026-08-11

Topics

aillmmcpmodel-context-protocolwikidatawikimedia
Stars
31★
Forks
7
Language
Python
License
BSD-3-Clause
Created
2025-06-24
Last push
2026-08-04