@skuzadev/wpfpilot-mcp
v0.2.0
Published
npx launcher for WpfPilot MCP, a local MCP server for Windows WPF automation.
Downloads
280
Maintainers
Readme
@skuzadev/wpfpilot-mcp
npx launcher for WpfPilot MCP.
npx -y @skuzadev/wpfpilot-mcpMCP config:
{
"mcpServers": {
"wpfpilot-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@skuzadev/wpfpilot-mcp"]
}
}
}The launcher downloads the latest wpfpilot-mcp-win-x64.zip release from skuzadev/wpfpilot-mcp on first run and caches it under %LOCALAPPDATA%\\WpfPilot\\npm.
WpfPilot MCP is Windows-only.
