MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents
claude mcp add tapo-mcp -- docker run -i --rm ghcr.io/mihai-dinculescu/tapo-mcp:0.5.0
claude_desktop_config.json
{
"mcpServers": {
"tapo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mihai-dinculescu/tapo-mcp:0.5.0"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tapo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mihai-dinculescu/tapo-mcp:0.5.0"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tapo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mihai-dinculescu/tapo-mcp:0.5.0"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tapo-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mihai-dinculescu/tapo-mcp:0.5.0"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tapo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mihai-dinculescu/tapo-mcp:0.5.0"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mihai-dinculescu--tapo-mcp/reviews or the review_server meta-tool.
POST /mcp