Skip to content
VS Code

FlutterGo for VS Code

ai.fluttergo/remote

Create, edit, preview, and build Flutter apps via FlutterGo.AI cloud MCP (OAuth).

client:VS Code transport:streamable-http

Install FlutterGo in VS Code

.vscode/mcp.json

{
  "servers": {
    "remote": {
      "type": "http",
      "url": "https://fluttergo.ai/api/mcp/remote"
    }
  }
}

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

FlutterGo in other clients