0x1abin/matter-controller-mcp
An MCP server for Matter Controller, enabling AI agents to control and interact with Matter devices.
Quick Start
Clone the repository:
git clone https://github.com/0x1abin/matter-controller-mcpClaude 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.