Skip to content
Claude Desktop

simpliq server for Claude Desktop

io.github.gersonfreire/simpliq-server

Simpliq Data Proxy MCP Server - Connects LLMs to SQL Databases via Semantic Mapping

client:Claude Desktop transport:stdio runtime:pypi

Install simpliq server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "simpliq-server": {
      "command": "uvx",
      "args": [
        "simpliq-mcp-server-dev-test"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

simpliq server in other clients