mcpbeat Sign in

Wemo MCP Server

local only

Wemo runs on your own machine — the client starts it, so there is no endpoint to ping. 92 installs a week from pypi. Last commit 26 Feb 2026.

Control WeMo smart home devices - discover, toggle, adjust brightness, and manage HomeKit codes

Installs per day peak 52 · avg 22 · -38% w/w
a month agotoday
92
Installs / week
pypi · wemo-mcp-server
52
Stars
12 open issues
26 Feb 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Installs itself into autostart universal/build_mac.sh:101
PLIST="$HOME/Library/LaunchAgents/com.qrussell.wemoops.plist"
File ships in the package but is absent from the source [пакет] src/wemo_mcp_server/__init__.py:1, [пакет] src/wemo_mcp_server/__main__.py:1, [пакет] src/wemo_mcp_server/cache.py:1 и ещё 4
этот файл ставится пользователю, но в репозитории его нет
            output = subprocess.check_output(cmd, shell=True).decode().strip()
            output = subprocess.check_output(cmd, shell=True).decode().strip()
Builds a file path from a variable universal-app/wemo_ops_universal.py:735
                possible = os.path.join(base, bin_name)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add wemo -- uvx wemo-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wemo": {
      "args": [
        "wemo-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wemo]
command = "uvx"
args = ["wemo-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "wemo": {
      "args": [
        "wemo-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wemo": {
      "args": [
        "wemo-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Wemo

same job, measured the same way
Wemo
by apiarya

Control WeMo smart home devices - discover, toggle, adjust brightness, and manage HomeKit codes

local only
Antoskill
by yforc

A package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex.

20 installs/wk local only
ableton-mind — Ableton Live MCP server
by pantani

Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.

33 installs/wk local only
Pestprocrm
by liserichards

Manage pest control operations — customers, scheduling, SMS, payments, and reporting.

answering
Design System
by zaklad

Build and manage your design system with AI: tokens, themes, components, icons, Figma and code.

answering
Atlassian Dc MCP Confluence
by mrrefactoring

MCP server for Atlassian Confluence Data Center - access and manage content

69 installs/wk local only
Mcpgo
by jschoemaker

Manage your Claude Code MCPs by talking to Claude — list, restart, wrap, and more.

52 installs/wk local only
QRcodly
by qrcodly

Create, manage, and share QR codes and short URLs

answering

Wemo — questions

Answers built from our own checks of this server.

Why is there no uptime for Wemo?
Wemo runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package wemo-mcp-server was installed 92 times last week.
How do I connect Wemo?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls wemo-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Wemo?
The pypi package wemo-mcp-server was installed 92 times in the last week. Week over week that is -38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wemo open source?
We cannot say either way: written in Python, 52 stars on GitHub and 12 open issues, but we could not determine the licence, and without one the code is not open source by default.