XamlMcp for Claude Desktop
io.github.trrahul/xamlmcp
Inspect and drive Avalonia, WPF, WinUI, and .NET MAUI apps through MCP.
client:Claude Desktop
transport:stdio
runtime:nuget
Install XamlMcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"xamlmcp": {
"command": "dnx",
"args": [
"XamlMcp.Server",
"--yes"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs