mcpbeat Sign in

Switchbot MCP Server

local only

Switchbot MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

SwitchBot API: devices, status, control commands.

Installs / week
npm · switchbot-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Switchbot MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 switchbot-mcp -- npx -y switchbot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "switchbot-mcp": {
      "args": [
        "-y",
        "switchbot-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.switchbot-mcp]
command = "npx"
args = ["-y", "switchbot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "switchbot-mcp": {
      "args": [
        "-y",
        "switchbot-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "switchbot-mcp": {
      "args": [
        "-y",
        "switchbot-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Switchbot MCP

same job, measured the same way
Hubitat MCP
by mrfentmen

MCP server for Hubitat: devices, status, commands via Maker API. Local-first smart home.

local only
Smartrent MCP
by evin009

Control SmartRent smart home devices (locks, thermostat, switches, sensors) via Claude

69 installs/wk local only
Tasmota MCP
by mrfentmen

MCP server for Tasmota devices: status, power control. Local-first smart home.

local only
Fivetran MCP
by yimingyan

MCP server for Fivetran API - manage syncs, check status, and control data pipelines

236 installs/wk local only
I
Androidapi MCP
by tecniforgemaryam

Send SMS & WhatsApp, verify OTPs, manage contacts, and control Android devices via AndroidAPI.net.

26 installs/wk local only
Mobilerun
by droidrun

Control real Android and iOS devices with LLM agents — tap, swipe, type, automate flows.

answering
Jettyd
by jettyd

Connect AI agents to IoT devices — read sensors, send commands, manage ESP32 fleets.

31 installs/wk local only
C
Googleapis
by googleapis-stitch

Interact with the Stitch API using natural language commands.

15 tools answering

Switchbot MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Switchbot MCP?
Switchbot MCP 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 npm package switchbot-mcp.
How do I connect Switchbot MCP?
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 switchbot-mcp straight from npm; nothing to host, nothing to sign up for.
Is Switchbot MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.