Wemo runs on your own machine — the client starts it, so there is no endpoint to ping. 142 installs a week from pypi. Last commit 26 Feb 2026.
Control WeMo smart home devices - discover, toggle, adjust brightness, and manage HomeKit codes
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add wemo -- uvx wemo-mcp-server
{
"mcpServers": {
"wemo": {
"args": [
"wemo-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.wemo]
command = "uvx"
args = ["wemo-mcp-server"]
{
"mcpServers": {
"wemo": {
"args": [
"wemo-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"wemo": {
"args": [
"wemo-mcp-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.