Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub openwonderlabs/switchbot-openapi-cli --plugin switchbotCopy 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
Share bugs, ideas, or general feedback.