connectedhomeip (MCP Server)

GitHub

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "connectedhomeip": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-connectedhomeip"
      ]
    }
  }
}