iot-mcp-bridge

alexander-zimmermann/iot-mcp-bridge
★ 0 stars Python 🤖 AI/LLM Updated 8d ago
Read-only MCP server bridging homelab IoT data (KNX, EMS, WARP, SolarEdge) to Claude.ai via TimescaleDB
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "iot-mcp-bridge": {
      "command": "uvx",
      "args": [
        "iot-mcp-bridge"
      ]
    }
  }
}

Or install with pip: pip install iot-mcp-bridge

README Excerpt

A read-only [Model Context Protocol](https://modelcontextprotocol.io) server that lets a large language model — Claude.ai, a local Ollama instance, or any other MCP-aware client — answer questions about an **IoT-enabled home**: heating, photovoltaics, EV charging, KNX bus events, room climate. Instead of giving the LLM raw SQL access (brittle, hard to bound, no audit), `iot-mcp-bridge` exposes a small set of well-shaped tools backed by **TimescaleDB hypertables** plus their **continuous aggregat

Tools (17)

MCP_MCP_AUTH_AUDIENCEMCP_AUTH_ENABLEDMCP_AUTH_ISSUERMCP_AUTH_JWKS_URLMCP_DB_HOSTMCP_DB_NAMEMCP_DB_PASSWORDMCP_DB_POOL_MAXMCP_DB_POOL_MINMCP_DB_PORTMCP_DB_USERMCP_HOSTMCP_LOG_FORMATMCP_LOG_LEVELMCP_PORTMCP_QUERY_ROW_LIMIT