New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

tasmota-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tasmota-mcp

MCP server for Tasmota devices: status, power control. Local-first smart home.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Tasmota MCP

MCP server for Tasmota devices: status, power control. Local-first smart home.

Setup

export TASMOTA_URL=http://tasmota-device-ip
export TASMOTA_USER=user_if_set
export TASMOTA_PASSWORD=secret_if_set
npm install
npm run build
node dist/index.js

One server instance talks to one device — run one per device with different URLs.

Tools at a glance

  • status: Device info, power, uptime, wifi.
  • set_power: on/off/toggle per outlet.
  • read_sensor: Sensor readings if present.

Limits and privacy

This project is intentionally narrow. It should be treated as a practical helper, not a complete certification or security audit. Check the implementation and the returned data before using it with sensitive material. Everything stays on your network.

Keywords

mcp

FAQs

Package last updated on 22 Sep 2026

Related posts