mcp-delonghi-ecam
mcp-delonghi-ecam
Servidor MCP para máquinas de café espresso DeLonghi ECAM mediante control por red local.
mcp-name: io.github.daedalus/mcp-delonghi-ecam
Resumen
Este servidor MCP proporciona un control integral de las máquinas de café espresso automáticas de la serie ECAM de DeLonghi a través de su API de red local. Permite a los LLM interactuar con la cafetera para preparar bebidas, supervisar el estado y gestionar la configuración de la máquina.
Related MCP server: emsesp-mcp-server
Máquinas compatibles
Serie DeLonghi ECAM 550
DeLonghi Dinamica Plus
DeLonghi PrimaDonna Soul
Otras máquinas basadas en ECAM con API de LAN local
Instalación
pip install mcp-delonghi-ecamUso
Como servidor MCP
Ejecutar el servidor:
mcp-delonghi-ecamO de forma programática:
from mcp_delonghi_ecam import mcp
mcp.run()Herramientas disponibles
Herramienta | Descripción |
| Conecta con la cafetera en la dirección IP |
| Desconecta de la máquina |
| Obtiene el estado actual de la máquina |
| Prepara una bebida específica |
| Detiene la preparación actual |
| Enciende la máquina |
| Apaga la máquina |
| Controla la iluminación de la taza |
| Controla el calentador de tazas |
| Obtiene el número de serie y el modelo de la máquina |
| Obtiene las estadísticas de uso |
| Lista las bebidas disponibles |
| Obtiene la receta de una bebida |
Ejemplo de uso
# Connect to machine
await connect("192.168.1.100")
# Get status
status = await get_status("markdown")
# Brew espresso
result = await brew_beverage("espresso", 40, "normal", "medium")
# Brew cappuccino
result = await brew_beverage("cappuccino", 60, "strong", "high")
# Turn on cup warmer
await set_cup_warmer(True)Configuración
El servidor se conecta a la cafetera en la red local mediante:
Puerto predeterminado: 10280
Protocolo: HTTP (API de LAN local)
Asegúrese de que la cafetera y el servidor MCP estén conectados a la misma red.
Desarrollo
git clone https://github.com/daedalus/mcp-delonghi-ecam.git
cd mcp-delonghi-ecam
pip install -e ".[test]"
# Run tests
pytest
# Format
ruff format src/ tests/
# Lint
ruff check src/ tests/
# Type check
mypy src/Referencia de la API
Tipos de bebidas
espresso,coffee,long_coffee,espresso_2xdoppio_plus,americano,cappuccinolatte_macchiato,caffe_latte,flat_whiteespresso_macchiato,hot_milk,hot_water,steam,chocolate
Niveles de sabor
extra_mild,mild,normal,strong,extra_strong
Ajustes de temperatura
low,medium,high
Licencia
Licencia MIT: consulte el archivo LICENSE para obtener más detalles.
Créditos
La información del protocolo se basa en especificaciones de ingeniería inversa de:
longshot (implementación en Rust)
ECAMpy
delonghi-coffee-link-python
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables LLMs to discover and control Crestron Home automation systems through natural language, including lights, shades, scenes, thermostats, and sensors with multi-language support and fuzzy device name matching.2
- AlicenseNot gradedqualityCmaintenanceEnables LLM applications to query and visualize data from Bosch/Buderus heat pumps via ems-ESP, including temperatures, statistics, and heat curves through natural language.9MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to control a Cecotec Conga robot vacuum via 26 tools for state, cleaning modes, settings, timers, and system info.1

mcp-divoom-lanofficial
AlicenseBqualityBmaintenanceEnables AI clients to control Divoom LAN devices, including watchface management, brightness adjustment, and screen control through natural language.18561MIT
Related MCP Connectors
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daedalus/mcp-delonghi-ecam'
If you have feedback or need assistance with the MCP directory API, please join our Discord server