MCP server for DeLonghi ECAM espresso coffee machines via local network
{
"mcpServers": {
"io-github-daedalus-mcp-delonghi-ecam": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for DeLonghi ECAM espresso coffee machines via local network
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Search, evaluate, and compare 17,000+ MCP servers — each scored on security, maintenance, and efficiency.
MCP server for scanning and remediating hardcoded secrets using GitGuardian’s API. Detect over 500 secret types and prevent credential leaks before code goes public.
Trust infrastructure for AI agents — DIDs, reputation, verifiable credentials, USDC.
MCP Security Weekly
Get CVE alerts and security updates for io.github.daedalus/mcp-delonghi-ecam and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for DeLonghi ECAM espresso coffee machines via local network control.
mcp-name: io.github.daedalus/mcp-delonghi-ecam
This MCP server provides comprehensive control over DeLonghi ECAM series automatic espresso coffee machines through their local network API. It enables LLMs to interact with the coffee machine for brewing beverages, monitoring status, and managing machine settings.
pip install mcp-delonghi-ecam
Run the server:
mcp-delonghi-ecam
Or programmatically:
from mcp_delonghi_ecam import mcp
mcp.run()
| Tool | Description |
|---|---|
connect | Connect to coffee machine at IP address |
disconnect | Disconnect from the machine |
get_status | Get current machine status |
brew_beverage | Brew a specific beverage |
stop_brewing | Stop current brewing |
turn_on | Turn machine on |
turn_off | Turn machine off |
set_cup_light | Control cup illumination |
set_cup_warmer | Control cup warmer |
get_machine_info | Get machine serial and model |
get_statistics | Get usage statistics |
list_beverages | List available beverages |
get_recipe | Get recipe for a beverage |
# 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)
The server connects to the coffee machine on the local network using:
Make sure the coffee machine is connected to the same network as the MCP server.
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/
espresso, coffee, long_coffee, espresso_2xdoppio_plus, americano, cappuccinolatte_macchiato, caffe_latte, flat_whiteespresso_macchiato, hot_milk, hot_water, steam, chocolateextra_mild, mild, normal, strong, extra_stronglow, medium, highMIT License - see LICENSE file for details.
Protocol information based on reverse-engineered specifications from: