AvaloniaMcp

adirh3/AvaloniaMcp
★ 6 stars C# 🤖 AI/LLM Updated 7d ago
MCP server for debugging Avalonia UI applications — inspect, debug, and interact with running Avalonia apps via AI agents or CLI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "avaloniamcp": {
      "command": "npx",
      "args": [
        "-y",
        "adirh3/AvaloniaMcp"
      ]
    }
  }
}