N
Netbird
Integrates with Netbird's API to enable virtual private network management including peer listing, group configuration, and access policy control
Share:
About
Integrates with Netbird's API to enable virtual private network management including peer listing, group configuration, and access policy control
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Netbird.
- What is the Netbird MCP designed to do?
- The Netbird MCP integrates with the Netbird API. It provides virtual private network (VPN) management capabilities. This includes listing peers, configuring groups, and controlling access policies.
- How can I install the Netbird MCP for use with a client?
- To install the Netbird MCP, clone its repository to your local machine. Refer to your MCP client's documentation for instructions on adding local MCPs. It depends on the specific client (e.g., Claude Desktop, Cursor, or Cline).
- Does the Netbird MCP require an API key or other credentials?
- Based on the provided information, the Netbird MCP uses 'none' as its authentication type. This means it does not explicitly require an API key or OAuth for its operation, implying direct access or reliance on existing session context.
- What are the primary capabilities exposed by the Netbird MCP?
- The Netbird MCP exposes tools for virtual private network management. These tools allow you to list VPN peers, configure user groups, and manage access policies. It streamlines the administration of your Netbird network.
- What is a known limitation of the Netbird MCP?
- A limitation of the Netbird MCP is its reliance on the Netbird API. Any constraints or potential downtime with the Netbird service itself would directly impact the functionality of this MCP. Its capabilities are bounded by the underlying API.
Install Netbird
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"netbird": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-netbird"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"netbird": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-netbird"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"netbird": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-netbird"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.