Skip to content
Grok

wpf dev pack mcp for Grok

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

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

client:Grok transport:stdio runtime:nuget

Install wpf dev pack mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

wpf dev pack mcp in other clients