mcp-stdio-server
Verified Safeby alestmej
Overview
This server acts as a Model Context Protocol (MCP) tool provider, allowing AI chats to query and potentially control Electrolux smart home appliances by integrating with the Electrolux Cloud API.
Installation
docker run -i --rm mcp-electrolux-serverSecurity Notes
The server design is straightforward, primarily acting as a proxy for Electrolux API GET requests. It handles API keys and JWT tokens dynamically passed from the AI assistant, rather than hardcoding them or reading them from the environment. No 'eval' or obfuscation is present. Input validation for `applianceId` is not explicitly shown, but for GET requests, this is typically less critical than for write operations. The primary security consideration lies in the secure handling of API keys and JWT tokens by the AI assistant and the robustness of the Electrolux API itself.
Similar Servers
mcp-server-elasticsearch
Connects Model Context Protocol (MCP) clients to Elasticsearch instances, enabling natural language queries and interactions with Elasticsearch indices and data.
advanced-homeassistant-mcp
A powerful, secure, and extensible Model Context Protocol (MCP) server that enables AI assistants like Claude, GPT, and Cursor to seamlessly interact with Home Assistant. Control your lights, climate, automations, and more through natural language commands.
mcp-codestyle-server
Provides code template search and retrieval tools for IDEs and AI agents via the Model Context Protocol (MCP).
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.