mcp-netbird

aantti/mcp-netbird
★ 45 stars Go 📦 Other Updated 17d ago
MCP Server for Netbird
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": {
    "mcp-netbird": {
      "command": "go",
      "args": [
        "run",
        "github.com/aantti/mcp-netbird@latest"
      ]
    }
  }
}