Skip to main content
Developer ToolsTypeScript

0x1abin/matter-controller-mcp

An MCP server for Matter Controller, enabling AI agents to control and interact with Matter devices.

embedded-systemembedded
Share:

Quick Start

Clone the repository:

git clone https://github.com/0x1abin/matter-controller-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "matter-controller-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "0x1abin/matter-controller-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
0x1abin