Larnitech for VS Code
io.github.mpopovych-thinkhome/larnitech-mcp
Read, watch and safely control Larnitech smart-home controllers over the API2 protocol.
client:VS Code
transport:stdio
runtime:pypi
Install Larnitech in VS Code
.vscode/mcp.json
{
"servers": {
"larnitech-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"larnitech-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs