Skip to content
Claude Desktop

Dataassist IO for Claude Desktop

io.github.dataassistio/dataassist-io

Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.

client:Claude Desktop transport:streamable-http

Install Dataassist IO in Claude Desktop

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

{
  "mcpServers": {
    "dataassist-io": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.dataassist.io/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Dataassist IO in other clients