# netbirdio/netbird | Model Context Protocol (MCP) Server > Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls. - **Stars**: ⭐ 28,330 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "netbird": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-netbird" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "netbird": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-netbird" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-netbird` - **Docker**: `docker run -i --rm mcp/netbird`