Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Sparql

FreeNot checked

An MCP server for querying SPARQL endpoint.

GitHubEmbed

About

An MCP server for querying SPARQL endpoint.

README

A Model Context Protocol (MCP) server that provides tools for querying SPARQL endpoints.

Usage

Example usage for querying the Wikidata SPARQL endpoint.

uvx

"mcpServers": {
  "mcp-server-sparql": {
    "command": "uvx",
    "args": ["mcp-server-sparql", "--endpoint", "https://query.wikidata.org/sparql"],
  }
}

Tool: query

Execute a SPARQL query against the configured endpoint.

Parameters:

  • query_string: A valid SPARQL query string

Returns:

  • The query results in JSON format

from github.com/ekzhu/mcp-server-sparql

Installing Sparql

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/ekzhu/mcp-server-sparql

FAQ

Is Sparql MCP free?

Yes, Sparql MCP is free — one-click install via Unyly at no cost.

Does Sparql need an API key?

No, Sparql runs without API keys or environment variables.

Is Sparql hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Sparql in Claude Desktop, Claude Code or Cursor?

Open Sparql on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Sparql with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs