WpfPilot MCP for VS Code
io.github.skuzadev/wpfpilot-mcp
Automate Windows WPF apps from AI agents with semantic UIA selectors and FlaUI test generation.
client:VS Code
transport:stdio
runtime:npm
Install WpfPilot MCP in VS Code
.vscode/mcp.json
{
"servers": {
"wpfpilot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@skuzadev/wpfpilot-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs