Control WeMo smart home devices via AI assistants using natural language. Built on pywemo for 100% local control — no cloud dependency. Supports dimmer brightness, device rename, HomeKit codes, and multi-phase discovery.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y wemo-mcp-serverAgent-CoreX intelligently routes which tools from apiarya/wemo-mcp-server your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"wemo-mcp-server": {
"command": "npx",
"args": [
"-y",
"wemo-mcp-server"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add wemo-mcp-serverAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use apiarya/wemo-mcp-server directly without routing
npx -y wemo-mcp-serverNew to Agent-CoreX? View setup guide →