Larnitech for Cursor
io.github.mpopovych-thinkhome/larnitech-mcp
Read, watch and safely control Larnitech smart-home controllers over the API2 protocol.
client:Cursor
transport:stdio
runtime:pypi
Install Larnitech in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"larnitech-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"larnitech-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs