MCP server for ordering Doppio coffee
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.
doppio-coffee-mcp.mjs from Releases 2. Add to Claude Desktop config: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 serverget_coffee_detail — Get detailed information about a specific coffee including origin story, processing method, and tasting notescreate_order — The create_order tool exposed by this serverset_preferences — The set_preferences tool exposed by this serverget_preferences — The get_preferences tool exposed by this serverInstallation 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.
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.
| Tool | What it does |
|---|---|
| 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. |
{
"mcpServers": {
"doppio-coffee": {
"command": "node",
"args": ["/path/to/doppio-coffee-mcp.mjs"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.