Skip to content
VS Code

CARTO for VS Code

com.carto/carto

Query your data warehouses, run workflows, and render maps from your CARTO workspace.

client:VS Code transport:streamable-http

Install CARTO in VS Code

.vscode/mcp.json

{
  "servers": {
    "carto": {
      "type": "http",
      "url": "https://{region}.api.carto.com/mcp/{account_id}"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CARTO in other clients