Skip to content
Claude Desktop

Data Dc for Claude Desktop

io.github.pipeworx-io/data-dc

DataDC MCP — Washington, DC open data (opendata.dc.gov, ArcGIS REST API).

client:Claude Desktop transport:streamable-http

Install Data Dc in Claude Desktop

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

{
  "mcpServers": {
    "data-dc": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/data-dc/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

Data Dc in other clients