Gaggiuino MCP Server
@WynnD
About Gaggiuino MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gaggiuino-mcp-server": {
"command": "node",
"args": [
"/path/to/mcp-server-gaggiuino/dist/index.js"
],
"env": {
"GAGGIUINO_BASE_URL": "",
"SERVER_PORT": "",
"MCP_TRANSPORT_TYPE": "",
"REQUEST_TIMEOUT": "",
"LOG_LEVEL": ""
}
}
}
}Tools
7Get the current status of the espresso machine
Get the ID of the most recent shot
Get detailed data for a specific shot by ID
Get a list of all available profiles
Select a profile by ID
Delete a profile by ID
Upload data for a new shot
Overview
What is Gaggiuino MCP Server?
It is a Model Context Protocol (MCP) server for Gaggiuino‑modified espresso machines. It provides a standardized interface to access and control a Gaggia machine’s API through the MCP protocol, enabling integration with AI assistants and other MCP clients.
How to use Gaggiuino MCP Server?
Clone the repository, run npm install and npm run build, then configure environment variables such as GAGGIUINO_BASE_URL (default http://localhost:3000) and MCP_TRANSPORT_TYPE (default stdio). Start the server with npm start. To connect from Claude Desktop, add an MCP server with the command node /path/to/mcp-server-gaggiuino/dist/index.js.
Key features of Gaggiuino MCP Server
- Access shot data and history
- View and manage espresso profiles
- Monitor machine status in real‑time
- Upload new shot data
- Compatible with AI assistants and other MCP clients
- HTTP and stdio transport support
Use cases of Gaggiuino MCP Server
- Retrieve and review past espresso shot data
- View, select, or delete brewing profiles remotely
- Monitor live machine status from an MCP client
- Upload new shot data programmatically
FAQ from Gaggiuino MCP Server
What are the prerequisites?
Node.js 18 or later, a Gaggiuino‑modified espresso machine accessible via HTTP, and npm or yarn.
How do I configure the server?
Set environment variables: GAGGIUINO_BASE_URL, SERVER_PORT, MCP_TRANSPORT_TYPE, REQUEST_TIMEOUT, and LOG_LEVEL.
Which transport types are supported?
The server supports stdio and http transports, selected via the MCP_TRANSPORT_TYPE environment variable.
What tools are available?
Tools include getSystemStatus, getLatestShot, getShotData, getAllProfiles, selectProfile, deleteProfile, and uploadShot.
Is there a license?
Yes, the server is released under the MIT license.
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments