tasmota mcp for Cursor
io.github.mrfentmen/tasmota-mcp
MCP server for Tasmota devices: status, power control. Local-first smart home.
client:Cursor
transport:stdio
runtime:npm
Install tasmota mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tasmota-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tasmota-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs