Back to MCP Servers
Matter Controller
An MCP server for Matter Controller, enabling AI agents to control and interact with Matter devices.
embedded-systemaiagent
By 0x1abin
Installation
npx -y matter-controller-mcpConfiguration
{
"mcpServers": {
"matter-controller-mcp": {
"command": "npx",
"args": ["-y", "matter-controller-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes