Skip to content
Claude Desktop

Data Mesa for Claude Desktop

io.github.pipeworx-io/data-mesa

Mesa Open Data (citydata.mesaaz.gov) Socrata MCP.

client:Claude Desktop transport:streamable-http

Install Data Mesa in Claude Desktop

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

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