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)
{
"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