WPF Dev Pack
Rank #5,472io.github.christian289/wpf-dev-pack-mcp
Serves WPF Dev Pack knowledge topics to AI agents from a local repo clone.
WPF Dev Pack is a Model Context Protocol (MCP) server published by christian289. It ranks #5,472 of 132,046 servers tracked on MCP Toplist, and its repository has 41 GitHub stars. WPF Dev Pack is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 1, 2026 and most recently updated on Jun 9, 2026.
Ranks ahead of 126,574 of 132,046 servers on MCP Toplist.
Use WPF Dev Pack
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add wpf-dev-pack-mcp -e "WPFDEVPACK_REPO_PATH=<your WPFDEVPACK_REPO_PATH>" -- dnx WpfDevPackMcpReplace each placeholder with your own value before saving.
[mcp_servers.wpf-dev-pack-mcp]
command = "dnx"
args = ["WpfDevPackMcp"]
[mcp_servers.wpf-dev-pack-mcp.env]
WPFDEVPACK_REPO_PATH = "<your WPFDEVPACK_REPO_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wpf-dev-pack-mcp": {
"command": "dnx",
"args": [
"WpfDevPackMcp"
],
"env": {
"WPFDEVPACK_REPO_PATH": "<your WPFDEVPACK_REPO_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wpf-dev-pack-mcp": {
"command": "dnx",
"args": [
"WpfDevPackMcp"
],
"env": {
"WPFDEVPACK_REPO_PATH": "<your WPFDEVPACK_REPO_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"wpf-dev-pack-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"WpfDevPackMcp"
],
"env": {
"WPFDEVPACK_REPO_PATH": "<your WPFDEVPACK_REPO_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wpf-dev-pack-mcp": {
"command": "dnx",
"args": [
"WpfDevPackMcp"
],
"env": {
"WPFDEVPACK_REPO_PATH": "<your WPFDEVPACK_REPO_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wpf-dev-pack-mcp": {
"command": "dnx",
"args": [
"WpfDevPackMcp"
],
"env": {
"WPFDEVPACK_REPO_PATH": "<your WPFDEVPACK_REPO_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.christian289%2Fwpf-dev-pack-mcp)<a href="https://mcptoplist.com/server/io.github.christian289%2Fwpf-dev-pack-mcp"><img src="https://mcptoplist.com/badge/io.github.christian289%2Fwpf-dev-pack-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
christian289
Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Jun 9, 2026 |
Frequently asked questions
- Who maintains WPF Dev Pack?
- WPF Dev Pack is maintained by christian289, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is WPF Dev Pack listed on the Official MCP Registry?
- Yes — WPF Dev Pack is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does WPF Dev Pack have?
- MCP Toplist tracks 1 version of WPF Dev Pack, most recently published on Jun 9, 2026.
- Where can I find the source code for WPF Dev Pack?
- The source code for WPF Dev Pack is hosted at github.com/christian289/dotnet-with-claudecode.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.