fyta-mcp-server
Verified Safeby 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
python -m fyta_mcp_serverEnvironment 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
openhab-mcp
This project provides an MCP (Model Context Protocol) server to enable AI assistants like Claude and Cline to interact with and manage a real openHAB smart home system via its REST API.
aareguru-mcp
Provides real-time and historical Swiss Aare river data, including water temperature, flow rates, and safety assessments, to AI assistants via the Model Context Protocol (MCP).
GardenaSmartSystem-MCP
Integrate with Gardena smart system API to monitor and control smart garden devices via an MCP server.
datadog-mcp
Exposes Datadog monitoring and observability data to AI models, enabling AI assistants like Claude to query metrics, traces, services, and dashboards.