mcp-wikidata

mcp-wikidata

15

The Wikidata MCP Server is a tool for interfacing with the Wikidata API using the Model Context Protocol, enabling operations like searching for identifiers and executing SPARQL queries. It provides a range of tools for retrieving and managing metadata related to Wikidata entities and properties.

What is the Model Context Protocol (MCP)?

MCP is a protocol designed to facilitate interaction with models and APIs, providing a standardized way to access and manipulate data.

How can I install the Wikidata MCP Server?

You can install it via Smithery using the command npx -y @smithery/cli install @zzaebok/mcp-wikidata --client claude or manually by cloning the repository and installing dependencies.

What are the main functionalities of the Wikidata MCP Server?

The server allows searching for entity and property identifiers, extracting metadata, and executing SPARQL queries on Wikidata.

Can I run client examples with the server?

Yes, you can run client examples using the langchain-mcp-adapters by executing the client script provided in the repository.

What license is the Wikidata MCP Server distributed under?

The server is distributed under the MIT License.