Skip to content
Cursor

wpf dev pack mcp for Cursor

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

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

client:Cursor transport:stdio runtime:nuget

Install wpf dev pack mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

wpf dev pack mcp in other clients