Skip to content
Zed

Tapo MCP for Zed

io.github.mihai-dinculescu/tapo-mcp

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

client:Zed transport:stdio runtime:oci

Install Tapo MCP in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "tapo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mihai-dinculescu/tapo-mcp:0.5.0"
      ],
      "env": {
        "TAPO_MCP_USERNAME": "<TAPO_MCP_USERNAME>",
        "TAPO_MCP_PASSWORD": "<TAPO_MCP_PASSWORD>",
        "TAPO_MCP_DISCOVERY_TARGET": "<TAPO_MCP_DISCOVERY_TARGET>",
        "TAPO_MCP_API_KEY": "<TAPO_MCP_API_KEY>",
        "TAPO_MCP_DISCOVERY_TIMEOUT": "<TAPO_MCP_DISCOVERY_TIMEOUT>",
        "OTEL_EXPORTER_OTLP_ENDPOINT": "<OTEL_EXPORTER_OTLP_ENDPOINT>"
      }
    }
  }
}

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

Tapo MCP in other clients