0x1abin/matter-controller-mcp
An MCP server for Matter Controller, enabling AI agents to control and interact with Matter devices.
Platform-specific configuration:
{
"mcpServers": {
"matter-controller-mcp": {
"command": "npx",
"args": [
"-y",
"matter-controller-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A powerful Model Context Protocol (MCP) server that provides comprehensive Matter device control capabilities. This server enables AI assistants and applications to discover, commission, and control Matter-compatible smart home devices through a standardized interface.
[](https://badge.fury.io/js/matter-controller-mcp) [](https://opensource.org/licenses/MIT) [](https://nodejs.org/)
āāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāā
ā MCP Client āāāāāŗā MCP Server āāāāāŗā Matter Network ā
ā (AI Assistant) ā ā (This Project) ā ā (Devices) ā
āāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāThe server acts as a bridge between MCP clients and Matter devices, providing a standardized interface for device control and monitoring.
npm install -g matter-controller-mcpLoading reviews...