mcp delonghi ecam for Cursor
io.github.daedalus/mcp-delonghi-ecam
MCP server for DeLonghi ECAM espresso coffee machines via local network
client:Cursor
transport:stdio
runtime:pypi
Install mcp delonghi ecam in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-delonghi-ecam": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-delonghi-ecam"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs