Skip to content
Claude Desktop

wpf dev pack mcp for Claude Desktop

io.github.christian289/wpf-dev-pack-mcp

Serves WPF Dev Pack knowledge topics to AI agents from a local repo clone.

client:Claude Desktop transport:stdio runtime:nuget

Install wpf dev pack mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wpf-dev-pack-mcp": {
      "command": "dnx",
      "args": [
        "WpfDevPackMcp",
        "--yes"
      ],
      "env": {
        "WPFDEVPACK_REPO_PATH": "<WPFDEVPACK_REPO_PATH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

wpf dev pack mcp in other clients