Skip to content
Zed

tasmota mcp for Zed

io.github.mrfentmen/tasmota-mcp

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

client:Zed transport:stdio runtime:npm

Install tasmota mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "tasmota-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tasmota-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

tasmota mcp in other clients