Back to Home
schimmmi icon

fyta-mcp-server

Verified Safe

by schimmmi

Overview

A Model Context Protocol (MCP) Server for FYTA plant sensor data, enabling an AI assistant like Claude to access and intelligently analyze plant health, sensor data, and care history.

Installation

Run Command
python -m fyta_mcp_server

Environment Variables

  • FYTA_EMAIL
  • FYTA_PASSWORD

Security Notes

The server uses environment variables for sensitive credentials (FYTA_EMAIL, FYTA_PASSWORD) which is a good practice. It explicitly warns against hardcoding secrets and provides guidance for securing exposed HTTP endpoints (e.g., with HTTPS and authentication in production). The core MCP server uses standard I/O and does not open network ports by default. Local file storage for care actions and plant context is used, reducing remote data exposure risks. No 'eval' or obvious malicious patterns were detected in the source code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-18

Tags

Plant monitoringSmart homeAutomationFYTA APIMCP Server