Gaggiuino MCP Server
Rank #4,923io.github.ljcl/gaggiuino-mcp
Remote MCP server for your Gaggiuino espresso machine's shots and profiles
Gaggiuino MCP Server is a Model Context Protocol (MCP) server published by ljcl. It ranks #4,923 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Gaggiuino MCP Server is listed across 2 registries — Official MCP and Glama, with 12 tracked versions. It was first listed on Jul 25, 2026 and most recently updated on Aug 23, 2026.
Ranks ahead of 110,537 of 115,460 servers on MCP Toplist.
Use Gaggiuino MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gaggiuino-mcp -e "GAGGIUINO_URL=<your GAGGIUINO_URL>" -e "PORT=<your PORT>" -e "HOST=<your HOST>" -e "MCP_PUBLIC_URL=<your MCP_PUBLIC_URL>" -e "MCP_OAUTH_SECRET=<your MCP_OAUTH_SECRET>" -e "MCP_OAUTH_PASSPHRASE_HASH=<your MCP_OAUTH_PASSPHRASE_HASH>" -e "MCP_OAUTH_ISSUER=<your MCP_OAUTH_ISSUER>" -e "MCP_ALLOWED_ORIGINS=<your MCP_ALLOWED_ORIGINS>" -e "MCP_ALLOWED_HOSTS=<your MCP_ALLOWED_HOSTS>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- docker run -i --rm ghcr.io/ljcl/gaggiuino-mcp:4.0.0Replace each placeholder with your own value before saving.
[mcp_servers.gaggiuino-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ljcl/gaggiuino-mcp:4.0.0"]
[mcp_servers.gaggiuino-mcp.env]
GAGGIUINO_URL = "<your GAGGIUINO_URL>"
PORT = "<your PORT>"
HOST = "<your HOST>"
MCP_PUBLIC_URL = "<your MCP_PUBLIC_URL>"
MCP_OAUTH_SECRET = "<your MCP_OAUTH_SECRET>"
MCP_OAUTH_PASSPHRASE_HASH = "<your MCP_OAUTH_PASSPHRASE_HASH>"
MCP_OAUTH_ISSUER = "<your MCP_OAUTH_ISSUER>"
MCP_ALLOWED_ORIGINS = "<your MCP_ALLOWED_ORIGINS>"
MCP_ALLOWED_HOSTS = "<your MCP_ALLOWED_HOSTS>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gaggiuino-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ljcl/gaggiuino-mcp:4.0.0"
],
"env": {
"GAGGIUINO_URL": "<your GAGGIUINO_URL>",
"PORT": "<your PORT>",
"HOST": "<your HOST>",
"MCP_PUBLIC_URL": "<your MCP_PUBLIC_URL>",
"MCP_OAUTH_SECRET": "<your MCP_OAUTH_SECRET>",
"MCP_OAUTH_PASSPHRASE_HASH": "<your MCP_OAUTH_PASSPHRASE_HASH>",
"MCP_OAUTH_ISSUER": "<your MCP_OAUTH_ISSUER>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gaggiuino-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ljcl/gaggiuino-mcp:4.0.0"
],
"env": {
"GAGGIUINO_URL": "<your GAGGIUINO_URL>",
"PORT": "<your PORT>",
"HOST": "<your HOST>",
"MCP_PUBLIC_URL": "<your MCP_PUBLIC_URL>",
"MCP_OAUTH_SECRET": "<your MCP_OAUTH_SECRET>",
"MCP_OAUTH_PASSPHRASE_HASH": "<your MCP_OAUTH_PASSPHRASE_HASH>",
"MCP_OAUTH_ISSUER": "<your MCP_OAUTH_ISSUER>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gaggiuino-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ljcl/gaggiuino-mcp:4.0.0"
],
"env": {
"GAGGIUINO_URL": "<your GAGGIUINO_URL>",
"PORT": "<your PORT>",
"HOST": "<your HOST>",
"MCP_PUBLIC_URL": "<your MCP_PUBLIC_URL>",
"MCP_OAUTH_SECRET": "<your MCP_OAUTH_SECRET>",
"MCP_OAUTH_PASSPHRASE_HASH": "<your MCP_OAUTH_PASSPHRASE_HASH>",
"MCP_OAUTH_ISSUER": "<your MCP_OAUTH_ISSUER>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gaggiuino-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ljcl/gaggiuino-mcp:4.0.0"
],
"env": {
"GAGGIUINO_URL": "<your GAGGIUINO_URL>",
"PORT": "<your PORT>",
"HOST": "<your HOST>",
"MCP_PUBLIC_URL": "<your MCP_PUBLIC_URL>",
"MCP_OAUTH_SECRET": "<your MCP_OAUTH_SECRET>",
"MCP_OAUTH_PASSPHRASE_HASH": "<your MCP_OAUTH_PASSPHRASE_HASH>",
"MCP_OAUTH_ISSUER": "<your MCP_OAUTH_ISSUER>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gaggiuino-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ljcl/gaggiuino-mcp:4.0.0"
],
"env": {
"GAGGIUINO_URL": "<your GAGGIUINO_URL>",
"PORT": "<your PORT>",
"HOST": "<your HOST>",
"MCP_PUBLIC_URL": "<your MCP_PUBLIC_URL>",
"MCP_OAUTH_SECRET": "<your MCP_OAUTH_SECRET>",
"MCP_OAUTH_PASSPHRASE_HASH": "<your MCP_OAUTH_PASSPHRASE_HASH>",
"MCP_OAUTH_ISSUER": "<your MCP_OAUTH_ISSUER>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ljcl%2Fgaggiuino-mcp)<a href="https://mcptoplist.com/server/io.github.ljcl%2Fgaggiuino-mcp"><img src="https://mcptoplist.com/badge/io.github.ljcl%2Fgaggiuino-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ljcl
Other servers by ljcl
View all ljcl servers →Available versions (12)
| Version | Published |
|---|---|
| 4.0.0 | Aug 23, 2026 |
| 3.2.0 | Aug 15, 2026 |
| 3.1.0 | Aug 13, 2026 |
| 3.0.0 | Aug 9, 2026 |
| 2.0.0 | Aug 7, 2026 |
| 1.7.0 | Aug 7, 2026 |
| 1.6.0 | Jul 31, 2026 |
| 1.5.0 | Jul 30, 2026 |
| 1.4.0 | Jul 29, 2026 |
| 1.2.0 | Jul 28, 2026 |
| 1.1.0 | Jul 27, 2026 |
| 1.0.1 | Jul 25, 2026 |
Frequently asked questions
- Who maintains Gaggiuino MCP Server?
- Gaggiuino MCP Server is maintained by ljcl, which publishes 2 MCP servers (22 total versions) tracked on MCP Toplist.
- Is Gaggiuino MCP Server listed on the Official MCP Registry?
- Yes — Gaggiuino MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Gaggiuino MCP Server have?
- MCP Toplist tracks 12 versions of Gaggiuino MCP Server, most recently published on Aug 23, 2026.
- Where can I find the source code for Gaggiuino MCP Server?
- The source code for Gaggiuino MCP Server is hosted at github.com/ljcl/gaggiuino-mcp.