Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"unifi": {
"command": "${CLAUDE_PLUGIN_ROOT}/servers/unifi/venv/bin/python",
"args": [
"${CLAUDE_PLUGIN_ROOT}/servers/unifi/server.py"
],
"env": {
"UNIFI_HOST": "${UNIFI_HOST}",
"UNIFI_PASSWORD": "${UNIFI_PASSWORD}",
"UNIFI_USERNAME": "${UNIFI_USERNAME}"
}
}
}
}Replace placeholder values for: UNIFI_PASSWORD
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_ROOT}/servers/unifi/venv/bin/pythonUNIFI_HOST=${UNIFI_HOST}UNIFI_PASSWORD=${UNIFI_PASSWORD}UNIFI_USERNAME=${UNIFI_USERNAME}