[![License][license_badge]][license] [![Crates][crates_badge]][crates] [![Documentation][crates_documentation_badge]][crates_documentation]
Connect Tapo to Claude, Cursor or any other MCP client and it stops being a tab you switch to. [License][license_badge]][license] [Crates][crates_badge]][crates] [Documentation][crates_documentation_badge]][crates_documentation] [Crates.io][crates_downloads_badge]][crates] [PyPI][pypi_badge]][pypi]. The tapo mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Usage — The Usage tool exposed by this serverExamples — The Examples tool exposed by this serverConfiguration is passed through the environment: TAPO_USERNAME, TAPO_PASSWORD, IP_ADDRESS. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Installation goes through your MCP client rather than a global install: point it at tapo on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Tapo's toolset — Usage, Examples — is a fair guide to whether it matches your workflow. It is maintained by mihai-dinculescu; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Tapo's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Usage | The Usage tool exposed by this server. |
| Examples | The Examples tool exposed by this server. |
{
"mcpServers": {
"tapo": {
"command": "uvx",
"args": ["tapo"],
"env": {
"TAPO_USERNAME": "your-value",
"TAPO_PASSWORD": "your-value",
"IP_ADDRESS": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| TAPO_USERNAME | Configuration value read at startup. | Optional |
| TAPO_PASSWORD | Configuration value read at startup. | Optional |
| IP_ADDRESS | Configuration value read at startup. | Optional |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.