Stats
Actions
Tags
From SwitchBot
Connects to SwitchBot API to control smart home devices (switches, curtains, sensors). Enables device action execution and status queries. Runs locally; requires API token.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"switchbot": {
"command": "switchbot",
"args": [
"mcp",
"serve",
"--tools",
"all"
]
}
}
}Server configuration and connection parameters
switchbotCommand-line arguments passed to the server process
npx claudepluginhub openwonderlabs/switchbot-openapi-cli --plugin switchbot