MCP.so
登录

Gaggiuino MCP Server

@WynnD

关于 Gaggiuino MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

WynnD

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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": ""
      }
    }
  }
}

工具

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

概览

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.

评论

其他 分类下的更多 MCP 服务器