Mcp Wikidata
@zzaebok
About Mcp Wikidata
A server implementation for Wikidata API using the Model Context Protocol (MCP).
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-wikidata": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@zzaebok/mcp-wikidata",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Mcp Wikidata?
Mcp Wikidata is a Model Context Protocol server that provides a set of tools for interacting with the Wikidata API. It allows AI agents to search for entity and property identifiers, retrieve metadata (label and description), and execute SPARQL queries against Wikidata.
How to use Mcp Wikidata?
Install via Smithery (npx -y @smithery/cli install @zzaebok/mcp-wikidata --client claude) or manually using uv after cloning the repository. Run the server with uv run src/server.py. The server exposes five tools that the LLM can invoke to answer queries about Wikidata entities and properties.
Key features of Mcp Wikidata
- Search for a Wikidata entity ID by query string.
- Search for a Wikidata property ID by query string.
- Retrieve all properties associated with a given entity ID.
- Execute arbitrary SPARQL queries on Wikidata.
- Fetch the label and description for an entity in a specified language.
Use cases of Mcp Wikidata
- Answer questions about people, places, or things by looking up their Wikidata entity.
- Find the correct property ID for a relationship (e.g., “director” = P57).
- List all properties of a known entity (e.g., get all statements for Bong Joon‑ho).
- Run a SPARQL query to retrieve structured data (e.g., films directed by a person).
- Combine entity lookup, property discovery, and SPARQL to perform multi‑step knowledge retrieval.
FAQ from Mcp Wikidata
—
Basic information
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments