WpfPilot MCP

WpfPilot MCP is a local Model Context Protocol server for Windows WPF applications. It lets AI coding agents inspect UI Automation trees, click and type through semantic selectors, diagnose WPF-specific issues, record workflows, and generate xUnit + FlaUI tests. Its README documents 5 tools, including wpf_capabilities, wpf_query, wpf_act.

People who work with codex, flaui and testing and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in C#.

VERIFIED ACTIVE

LAST COMMIT 2026-06-03 · ★ 2 · #191 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

MIT · C# · how we verify → /methodology

01 · Install WpfPilot MCP

Claude Code

claude mcp add skuzadev-wpfpilot-mcp -- npx -y @skuzadev/wpfpilot-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "skuzadev-wpfpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@skuzadev/wpfpilot-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @skuzadev/wpfpilot-mcp - published under the repo owner's npm scope (@skuzadev)

registry namespace io.github.skuzadev is GitHub-verified and matches the repo owner

03 · What WpfPilot MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 5 documented tools, including wpf_capabilities, wpf_query, wpf_act, wpf_wait, wpf_assert.

The 5 tools it gives your agent

Extracted from the project's README - what WpfPilot MCP lets an agent do.

wpf_capabilities
- List supported verbs, query kinds, and wait conditions.
wpf_query
- Read UI state.
wpf_act
- Perform UI actions.
wpf_wait
- Wait for UI state.
wpf_assert
- Verify UI state.

Latest releases

v0.2.0 · 2026-06-03

v0.1.0 · 2026-06-02

04 · Who maintains WpfPilot MCP

WpfPilot MCP is maintained by skuzadev. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
automation - ranked #191 of 227 actively-maintained automation servers as of 2026-09-18.
registry
io.github.skuzadev/wpfpilot-mcp (active, first published 2026-06-03)
packages
npm:@skuzadev/wpfpilot-mcp

06 · WpfPilot MCP FAQ

Is WpfPilot MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-06-03. We re-verify nightly.

What can WpfPilot MCP do?

An agent gets 5 documented tools, including wpf_capabilities, wpf_query, wpf_act, wpf_wait, wpf_assert.

How do I install WpfPilot MCP?

Run `npx -y @skuzadev/wpfpilot-mcp`. You can also paste the ready-made client config above.

Does WpfPilot MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to WpfPilot MCP

More automation MCP servers · Skillsmith · Govtoolspro MCP Server · Odoo Surface MCP · Vibe SEO