MCP.so
Sign In

Gaggiuino MCP Server

@WynnD

About Gaggiuino MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

WynnD

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

7

Get 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.

Comments

More Other MCP servers