tasmota mcp for Windsurf
io.github.mrfentmen/tasmota-mcp
MCP server for Tasmota devices: status, power control. Local-first smart home.
client:Windsurf
transport:stdio
runtime:npm
Install tasmota mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"tasmota-mcp": {
"command": "npx",
"args": [
"-y",
"tasmota-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs