Back to Home
Blizarre icon

HomeMCP

Verified Safe

by Blizarre

Overview

A personal Model Context Protocol (MCP) server for home automation, allowing control of radio playback and sending Telegram messages via Claude.

Installation

Run Command
uv run python main.py

Environment Variables

  • telegram_bot_token
  • my_chat_id
  • madame_chat_id
  • player_args
  • port
  • host

Security Notes

The server uses `subprocess.Popen` with user-configurable `player_args` from the `.env` file. While designed for specific CLI players like `ffplay` and parsed as a list of strings, a compromised or maliciously configured `.env` could lead to arbitrary command execution on the local machine. All sensitive credentials are loaded from the `.env` file, which is good practice.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-20

Tags

MCP ServerHome AutomationRadio PlayerTelegram IntegrationVoice Control