Wolt from your terminal

Search restaurants, browse menus, check orders, and manage your account — all without leaving the command line.

$curl -fsSL https://www.woltcli.com/install.sh | sh
wolt-cli

Everything you need

Search restaurants

Find restaurants and venues near you with ratings, delivery times, and descriptions.

$ wolt search sushi
Browse menus

View full menus with categories, prices, and item descriptions. Search within menus too.

$ wolt menu burger-king-aarhus
Order history

See all your past orders with venue names, items, and totals at a glance.

$ wolt orders
Your profile

View your account details, referral link, credits, and payment methods.

$ wolt me
Auto-refresh auth

Log in once and the CLI automatically refreshes your token. No manual token management.

$ wolt login
Configurable location

Set your default location, language, and country once. Override per-command with flags.

$ wolt config set --lat 56.16 --lon 10.23

Works with Claude Desktop

Use Wolt as an MCP server in Claude Desktop. Ask Claude to find restaurants, browse menus, and check your orders.

Setup

Use our hosted MCP server — no install needed. Add the config below and Claude Desktop will handle login via OAuth.

{
  "mcpServers": {
    "wolt": {
      "type": "streamable-http",
      "url": "https://mcp.woltcli.com/mcp"
    }
  }
}

Add to claude_desktop_config.json

9 tools included
search_restaurantsSearch venues by name or cuisine
get_menuGet a venue's full menu by slug
get_venueGet venue details, hours, and ratings
search_menuSearch within a venue's menu items
get_ordersView your order history
get_profileGet your Wolt profile
get_creditsCheck your credits balance
discover_nearbyDiscover nearby restaurants
get_basketView your current basket

Pricing

Full access to the CLI and MCP server for €2/month excl. VAT.

Wolt CLI
€2/month

Full access to the CLI and MCP server.€2.50 incl. VAT

  • +All CLI commands
  • +Local & hosted MCP server
  • +Works with Claude Desktop connectors
  • +Automatic token refresh
  • +All 9 MCP tools

Get started

1

Install the CLI

curl -fsSL woltcli.com/install.sh | sh
2

Log in to Wolt

wolt login
3

Subscribe

wolt upgrade

Cancel anytime. No lock-in.

Commands

$ wolt --help
loginLog in to Wolt (opens browser)
logoutLog out and clear saved tokens
configShow or update your config
meShow your profile
creditsShow your credits balance
search <query>Search restaurants and venues
menu <slug>Show a venue's full menu
venue <slug>Show venue details
discoveryShow nearby venues
ordersShow your order history
basketShow your current basket

Downloads

woltCLI for your terminalwolt-mcpMCP server for Claude Desktop
macOS Apple Silicon
macOS Intel
Linux x86_64
Linux ARM64
Windows x86_64