Skip to content
VS Code

test genie for VS Code

io.github.muse-code-space/test-genie

AI-powered app test automation for iOS, Android, Flutter, React Native, Web

client:VS Code transport:stdio runtime:npm

Install test genie in VS Code

.vscode/mcp.json

{
  "servers": {
    "test-genie": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "test-genie-mcp"
      ]
    }
  }
}

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

test genie in other clients