MCP server exposing UniFi UDM Pro management tools (firewall, networks, clients, traffic rules, port forwarding) to Claude via Streamable HTTP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unifi-mcp-server": {
"command": "npx",
"args": [
"-y",
"ianchesal/unifi-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add unifi-mcp-server npx -y ianchesal/unifi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"unifi-mcp-server": {
"command": "npx",
"args": [
"-y",
"ianchesal/unifi-mcp-server"
]
}
}
}