All MCP servers

Tapo MCP

Official
by Api.AirforcestdioAI & LLM Tools0764MIT

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

mcpopen-sourceai-llm-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "tapo-mcp-imp2d3c5": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}