ipsymcon-mcp-server

Schimmilab/ipsymcon-mcp-server
★ 0 stars Python AI/LLM Updated today
MCP server for IP-Symcon — lets an LLM/agent inspect, develop and control an IP-Symcon home-automation system over its JSON-RPC API: read the object tree, read/edit/create PHP scripts, read variables, control devices. Write/dev tools gated behind a safety flag.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ipsymcon-mcp-server": {
      "command": "uvx",
      "args": [
        "ipsymcon-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ipsymcon-mcp-server

Topics

claudefastmcphome-automationip-symconjsonrpcmcpmodel-context-protocol