flutter skill for VS Code
io.github.telsav/flutter-skill
AI E2E testing bridge — give AI eyes and hands inside any app. 8 platforms, 40+ tools.
client:VS Code
transport:stdio
runtime:npm
Install flutter skill in VS Code
.vscode/mcp.json
{
"servers": {
"flutter-skill": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"flutter-skill"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs