Skip to content
Cline

wpf dev pack mcp for Cline

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

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

client:Cline transport:stdio runtime:nuget

Install wpf dev pack mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

wpf dev pack mcp in other clients