mcpbeat Sign in

Larnitech MCP Server

by mpopovych-thinkhome Your server? Claim it
local only

Larnitech runs on your own machine — the client starts it, so there is no endpoint to ping. 1 638 installs a week from pypi. Last commit 9 Sep 2026.

Read, watch and safely control Larnitech smart-home controllers over the API2 protocol.

Installs per day peak 742 · avg 198
a month agotoday
1 638
Installs / week
pypi · larnitech-mcp
1
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Larnitech every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add larnitech-mcp -- uvx larnitech-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "larnitech-mcp": {
      "args": [
        "larnitech-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.larnitech-mcp]
command = "uvx"
args = ["larnitech-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "larnitech-mcp": {
      "args": [
        "larnitech-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "larnitech-mcp": {
      "args": [
        "larnitech-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Larnitech

same job, measured the same way
Chirp Home Automation
by chirpwireless

Check, add and control the smart home sensors and automations in your own Chirp home.

answering
Cadlens MCP
by cadlens-co

Model Context Protocol server that wraps the CADLens REST API.

46 installs/wk local only
Ccu MCP
by claymore666

MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API

49 installs/wk local only
Debmatic MCP
by claymore666

MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API

23 installs/wk local only
Cortex
by vblackjack

Local multi-client RAG server over the Model Context Protocol.

4 275 installs/wk local only
MCP Registry Search
by spacemandomains

Search and browse every MCP server in the Model Context Protocol registry.

3 tools answering
MCP All
by antonytm

A Model Context Protocol server to run other MCP servers

74 installs/wk local only
Aiseg2 MCP
by chanyou0311

Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.

59 installs/wk local only

Larnitech — questions

Answers built from our own checks of this server.

Why is there no uptime for Larnitech?
Larnitech runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package larnitech-mcp was installed 1 638 times last week.
How do I connect Larnitech?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls larnitech-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Larnitech?
The pypi package larnitech-mcp was installed 1 638 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Larnitech open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.