Larnitech MCP server
Read, watch and safely control Larnitech smart-home controllers over the API2 protocol.
0 stars
Reviews
Write oneNobody has reviewed Larnitech yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Larnitech tools (20, 2 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
add_docs_noteRecord a new Larnitech finding in the device-type wiki, permanently.
add_preferenceRecord a standing user preference about how to work, permanently.
check_connectionConnect and authorize against an object, and report what it answers.
confirm_setwrite actionExecute a write prepared by `set_device`, then confirm it settled.
get_deviceCurrent status of one device by `addr` (format `MODULE:ADDR`, e.g. `1:101`).
get_docsReference docs for interpreting or writing a device's `status`.
list_devicesFull device snapshot from an object, optionally filtered.
list_objectsList configured Larnitech objects. Never returns API keys.
list_snapshotsSnapshots saved for one object, or a summary across all of them.
object_addRegister an object. `mode` is "cloud" (needs `serial`) or "local" (needs `host`).
object_removewrite actionRemove an object from the registry and delete its stored key.
object_set_keyStore the API key for an object in the OS credential store.
read_snapshotRead a saved snapshot back, by the filename `list_snapshots` reports.
report_bugTurn a bug the user hit into a ready-to-file GitHub issue.
save_snapshotKeep a slice of controller data on disk, for later.
set_deviceValidate a write and return a preview plus a confirmation token.
watch_listActive watches, with how long each has run and how much it has seen.
watch_readDrain everything that changed since the last read. Never blocks.
watch_startBegin watching status changes. Returns immediately with a `watch_id`.
watch_stopStop a watch and close its socket. Any undrained changes are returned.
Public scan report
scanner v0.1.9 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan12 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 11 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
Install directly
claude mcp add larnitech-mcp -- uvx larnitech-mcp
Larnitech: common questions
- Is Larnitech MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the Larnitech safety report
- How do I install Larnitech?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Larnitech need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Larnitech maintained?
- The last commit was 12 days ago (2026-09-09). The latest release is v1.3.2-beta.