Mcp Wikidata
@zzaebok
Mcp Wikidata について
A server implementation for Wikidata API using the Model Context Protocol (MCP).
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-wikidata": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@zzaebok/mcp-wikidata",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
—
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント