Skip to content

v1.3.0 - MCP Server

Latest

Choose a tag to compare

@drtinkerer drtinkerer released this 31 Mar 06:47
· 1 commit to main since this release
8560bf1

What's New

MCP Server — 25 NetBird Tools for AI Assistants

NetBird Python Client now ships a built-in Model Context Protocol server.

Installation

```bash
pip install "netbird[mcp]"
```

Claude Desktop Configuration

```json
{
"mcpServers": {
"netbird": {
"command": "netbird-mcp",
"env": {
"NETBIRD_HOST": "api.netbird.io",
"NETBIRD_API_TOKEN": "your-api-token"
}
}
}
}
```

Changes

  • 25 MCP tools for AI assistants via netbird-mcp CLI
  • pip install "netbird[mcp]" optional dependency
  • Minimum Python version raised to 3.10 (mcp requires 3.10+)

Full Changelog: https://github.com/drtinkerer/netbird-python-client/blob/main/CHANGELOG.md