Doppio Coffee MCP Server

MCP server for ordering Doppio coffee

Local serverstdioTypeScript

What is the Doppio Coffee MCP MCP server?

If you already use Doppio Coffee MCP, the doppio coffee mcp mcp server is the piece that lets your assistant work with it directly. MCP server for ordering Doppio coffee.

What the server does

  1. Download doppio-coffee-mcp.mjs from Releases 2. Add to Claude Desktop config:
  • Browse Coffee Catalog — - Filter by origin, roast level, flavor notes, acidity, bitterness
  • Personalized Suggestions — - AI recommends coffees based on your saved preferences
  • One-Click Ordering — - Create checkout with automatic 20% MCP discount
  • Save Preferences — - Remember your brewing method, favorite size, and shipping address
  • Slovak Roastery — - Fresh coffee from Zilina, shipped across Europe

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • list_coffees — The list_coffees tool exposed by this server
  • get_coffee_detail — Get detailed information about a specific coffee including origin story, processing method, and tasting notes
  • create_order — The create_order tool exposed by this server
  • set_preferences — The set_preferences tool exposed by this server
  • get_preferences — The get_preferences tool exposed by this server

Installation

Installation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Where it fits

Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Doppio Coffee MCP's toolset — list_coffees, get_coffee_detail, create_order and 2 more — is a fair guide to whether it matches your workflow. It is maintained by tomas-chudjak; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
list_coffeesThe list_coffees tool exposed by this server.
get_coffee_detailGet detailed information about a specific coffee including origin story, processing method, and tasting notes.
create_orderThe create_order tool exposed by this server.
set_preferencesThe set_preferences tool exposed by this server.
get_preferencesThe get_preferences tool exposed by this server.

How to install the Doppio Coffee MCP MCP server

{
  "mcpServers": {
    "doppio-coffee": {
      "command": "node",
      "args": ["/path/to/doppio-coffee-mcp.mjs"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Doppio Coffee MCP to list coffees.
  • Use Doppio Coffee MCP to get coffee detail.
  • Use Doppio Coffee MCP to create order.

Frequently asked questions

It connects Doppio Coffee MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (list_coffees, get_coffee_detail, create_order, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Doppio Coffee MCP directly.