XamlMcp
Rank #10,911io.github.trrahul/xamlmcp
Inspect and drive Avalonia, WPF, WinUI, and .NET MAUI apps through MCP.
XamlMcp is a Model Context Protocol (MCP) server published by trrahul. It ranks #10,911 of 132,046 servers tracked on MCP Toplist, and its repository has 27 GitHub stars. XamlMcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 1, 2026 and most recently updated on Aug 1, 2026.
Ranks ahead of 121,135 of 132,046 servers on MCP Toplist.
Use XamlMcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add xamlmcp -- dnx XamlMcp.Server[mcp_servers.xamlmcp]
command = "dnx"
args = ["XamlMcp.Server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"xamlmcp": {
"command": "dnx",
"args": [
"XamlMcp.Server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"xamlmcp": {
"command": "dnx",
"args": [
"XamlMcp.Server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"xamlmcp": {
"type": "stdio",
"command": "dnx",
"args": [
"XamlMcp.Server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"xamlmcp": {
"command": "dnx",
"args": [
"XamlMcp.Server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"xamlmcp": {
"command": "dnx",
"args": [
"XamlMcp.Server"
]
}
}
}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.trrahul%2Fxamlmcp)<a href="https://mcptoplist.com/server/io.github.trrahul%2Fxamlmcp"><img src="https://mcptoplist.com/badge/io.github.trrahul%2Fxamlmcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
trrahul
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0-preview.2 | Aug 1, 2026 |
Frequently asked questions
- Who maintains XamlMcp?
- XamlMcp is maintained by trrahul, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is XamlMcp listed on the Official MCP Registry?
- Yes — XamlMcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does XamlMcp have?
- MCP Toplist tracks 1 version of XamlMcp, most recently published on Aug 1, 2026.
- Where can I find the source code for XamlMcp?
- The source code for XamlMcp is hosted at github.com/trrahul/XamlMcp.
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.