Help us improve
Share bugs, ideas, or general feedback.
From unifi-mcp
Runs locally as a Python subprocess to interact with UniFi network controllers for device management, site monitoring, client data, and network operations. Requires UniFi authentication credentials.
npx claudepluginhub jmagar/claude-homelab --plugin unifi-mcpCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"unifi-mcp": {
"command": "uv",
"args": [
"run",
"python",
"-m",
"unifi_mcp.main"
],
"env": {
"UNIFI_MCP_NO_AUTH": "true",
"UNIFI_MCP_TRANSPORT": "stdio"
}
}
}
}Replace placeholder values for: UNIFI_MCP_NO_AUTH
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
uv./Command-line arguments passed to the server process
Environment variables set when the server starts
UNIFI_MCP_NO_AUTH=trueUNIFI_MCP_TRANSPORT=stdioSensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.