switchbot mcp for Cursor
io.github.mrfentmen/switchbot-mcp
SwitchBot API: devices, status, control commands.
client:Cursor
transport:stdio
runtime:npm
Install switchbot mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"switchbot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"switchbot-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs