wemo for Cursor
io.github.qrussell/wemo
Control WeMo smart home devices - discover, toggle, adjust brightness, and manage HomeKit codes
client:Cursor
transport:stdio
runtime:pypi
Install wemo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wemo": {
"type": "stdio",
"command": "uvx",
"args": [
"wemo-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs