MCP server for Home Assistant · 100 tools · health check
This URL includes your API key — paste it directly into any MCP client.
Stored in /config/.nexus_api_key.
claude mcp add nexus --transport http "http://mcp.marzyl.eu:7123/mcp?token=3jxPyKOH7zX2lkK-e2sIIYvi0KJ9Ek0Yp-6FOA4eS58" --scope user
Run once in terminal:
codex mcp add nexus --url "http://mcp.marzyl.eu:7123/mcp?token=3jxPyKOH7zX2lkK-e2sIIYvi0KJ9Ek0Yp-6FOA4eS58"
Run once in terminal:
gemini mcp add nexus --url "http://mcp.marzyl.eu:7123/mcp?token=3jxPyKOH7zX2lkK-e2sIIYvi0KJ9Ek0Yp-6FOA4eS58"
Paste into %APPDATA%/Claude/claude_desktop_config.json (Win) or ~/Library/Application Support/Claude/claude_desktop_config.json (Mac):
{
"mcpServers": {
"nexus": {
"command": "python",
"args": ["server.py"],
"cwd": "/app",
"env": {
"HA_URL": "http://supervisor/core",
"NEXUS_API_KEY": "3jxPyKOH7zX2lkK-e2sIIYvi0KJ9Ek0Yp-6FOA4eS58"
}
}
}
}Create .vscode/mcp.json:
{
"servers": {
"nexus": {
"type": "http",
"url": "http://mcp.marzyl.eu:7123/mcp?token=3jxPyKOH7zX2lkK-e2sIIYvi0KJ9Ek0Yp-6FOA4eS58"
}
}
}Paste into ~/.cursor/mcp.json:
{
"mcpServers": {
"nexus": {
"url": "http://mcp.marzyl.eu:7123/mcp?token=3jxPyKOH7zX2lkK-e2sIIYvi0KJ9Ek0Yp-6FOA4eS58",
"type": "http"
}
}
}Paste into ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"nexus": {
"url": "http://mcp.marzyl.eu:7123/mcp?token=3jxPyKOH7zX2lkK-e2sIIYvi0KJ9Ek0Yp-6FOA4eS58",
"type": "http"
}
}
}Connected to: http://supervisor/core