Skip to content
Cursor

flutter skill for Cursor

io.github.telsav/flutter-skill

AI E2E testing bridge — give AI eyes and hands inside any app. 8 platforms, 40+ tools.

client:Cursor transport:stdio runtime:npm

Install flutter skill in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "flutter-skill": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "flutter-skill"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

flutter skill in other clients