mcpbeat Sign in

Tasmota MCP Server

local only

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

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

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

Alternatives to Tasmota 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
Shelly Smart Home
by buggy1111

Local-first MCP server for Shelly smart-home devices (Gen1-Gen4): control, energy, automation.

104 installs/wk local only
Tapo MCP
by mihai-dinculescu

MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents

local only
Ccu MCP
by claymore666

MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API

49 installs/wk local only
Debmatic MCP
by claymore666

MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API

23 installs/wk local only
MCP Philips Hue
by m2ai-mcp-servers

MCP server for Philips Hue smart lighting control

19 installs/wk local only
Govee
by evefromwayback

LAN-first, cloud-fallback MCP server for Govee smart lights and devices.

62 installs/wk local only
Lifx MCP
by mrfentmen

MCP server for LIFX lights: list, state, power control. Needs a free API token.

local only

Tasmota MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tasmota MCP?
Tasmota 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 tasmota-mcp.
How do I connect Tasmota 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 tasmota-mcp straight from npm; nothing to host, nothing to sign up for.
Is Tasmota 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.