Loading MCP server directory, please wait...
MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents
npx @getmcp/cli add io.github.mihai-dinculescu/tapo-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
TAPO_MCP_USERNAMETP-Link Tapo account email
TAPO_MCP_PASSWORDTP-Link Tapo account password
TAPO_MCP_DISCOVERY_TARGETNetwork target for device discovery (e.g. 192.168.1.255)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mihai-dinculescu/tapo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TAPO_MCP_USERNAME",
"-e",
"TAPO_MCP_PASSWORD",
"-e",
"TAPO_MCP_DISCOVERY_TARGET",
"-e",
"TAPO_MCP_API_KEY",
"-e",
"TAPO_MCP_DISCOVERY_TIMEOUT",
"-e",
"OTEL_EXPORTER_OTLP_ENDPOINT",
"ghcr.io/mihai-dinculescu/tapo-mcp:0.2.1"
],
"env": {
"TAPO_MCP_USERNAME": "",
"TAPO_MCP_PASSWORD": "",
"TAPO_MCP_DISCOVERY_TARGET": "",
"TAPO_MCP_API_KEY": "",
"TAPO_MCP_DISCOVERY_TIMEOUT": "5",
"OTEL_EXPORTER_OTLP_ENDPOINT": ""
}
}
}
}