PluginBench
MCP Server
Active
MIT

io.github.daedalus/mcp-sparql MCP Server

io.github.daedalus/mcp-sparql

What is the io.github.daedalus/mcp-sparql MCP server?

MCP server exposing SPARQL query functionalities for LLMs

How to install io.github.daedalus/mcp-sparql

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-sparql": {
      "command": "uvx",
      "args": [
        "mcp-sparql"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-sparql": {
      "command": "uvx",
      "args": [
        "mcp-sparql"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-sparql": {
      "command": "uvx",
      "args": [
        "mcp-sparql"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-sparql": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-sparql"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-sparql -- uvx mcp-sparql

Related MCP servers

MCP server for DeLonghi ECAM espresso coffee machines via local network

1
Python
MIT
View repository →

MCP server exposing cypari2 (PARI/GP) number theory library

1
Python
MIT
View repository →

MCP server for Metasploit Framework via pymetasploit3

1
Python
MIT
View repository →

A sandboxed MCP tool for reverse engineering with multiple tool integrations

1
Python
MIT
View repository →

MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery

1
Python
MIT
View repository →

MCP server exposing all Shodan API functionality

1
Python
MIT
View repository →