FlutterGo for Claude Desktop
ai.fluttergo/remote
Create, edit, preview, and build Flutter apps via FlutterGo.AI cloud MCP (OAuth).
client:Claude Desktop
transport:streamable-http
Install FlutterGo in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"remote": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fluttergo.ai/api/mcp/remote"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs