← Back to Plugins
MCP Server MCP

Tapo MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/mihai-dinculescu/tapo-mcp:0.5.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/mihai-dinculescu/tapo-mcp:0.5.0",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3000/"
      },
      "environmentVariables": [
        {
          "description": "TP-Link Tapo account email",
          "isRequired": true,
          "isSecret": true,
          "name": "TAPO_MCP_USERNAME"
        },
        {
          "description": "TP-Link Tapo account password",
          "isRequired": true,
          "isSecret": true,
          "name": "TAPO_MCP_PASSWORD"
        },
        {
          "description": "Network target for device discovery (e.g. 192.168.1.255)",
          "isRequired": true,
          "name": "TAPO_MCP_DISCOVERY_TARGET"
        },
        {
          "description": "Optional Bearer token for API authentication",
          "isSecret": true,
          "name": "TAPO_MCP_API_KEY"
        },
        {
          "description": "Device discovery timeout in seconds",
          "format": "number",
          "default": "5",
          "name": "TAPO_MCP_DISCOVERY_TIMEOUT"
        },
        {
          "description": "Optional OpenTelemetry collector endpoint for tracing",
          "name": "OTEL_EXPORTER_OTLP_ENDPOINT"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...