Chipotle MCP Server

MCP server for Chipotle - let AI agents order burritos, bowls, and more

Local serverstdio

What is the Chipotle MCP server?

Connect Chipotle to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for Chipotle - let AI agents order burritos, bowls, and more. The chipotle mcp server is what makes that connection.

What the server does

MCP server for Chipotle — let AI agents find locations, browse menus, build custom orders, and checkout for pickup or delivery.

  • 🌯 Full order building — bowl, burrito, tacos, salad, quesadilla
  • 🥑 Complete customization — protein, rice, beans, salsas, toppings
  • 📍 Location search — find nearby Chipotle restaurants
  • 🏆 Rewards — check Chipotle Rewards points and available offers
  • 🛍️ Bag management — view and manage your current order
  • 🚗 Pickup & delivery — checkout for either fulfillment method

Available tools

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

  • chipotle_status — Check connection and login status
  • chipotle_login — Authenticate with Chipotle credentials
  • chipotle_logout — Clear session cookies
  • chipotle_search_locations — Find nearby Chipotle restaurants
  • chipotle_get_location — Get details for a specific location
  • chipotle_get_menu — Get full menu with prices and calories
  • chipotle_get_favorites — Get saved favorite orders
  • chipotle_start_order — Begin building a new order
  • chipotle_customize_item — Add protein, rice, beans, toppings
  • chipotle_add_to_bag — Add customized item to bag
  • chipotle_view_bag — View current bag contents
  • chipotle_checkout — Place order for pickup or delivery

Installation

The server ships on npm as playwright, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Where it fits

Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Chipotle's toolset — chipotle_status, chipotle_login, chipotle_logout and 11 more — is a fair guide to whether it matches your workflow. It is maintained by markswendsen-code; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

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.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Chipotle.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
chipotle_statusCheck connection and login status
chipotle_loginAuthenticate with Chipotle credentials
chipotle_logoutClear session cookies
chipotle_search_locationsFind nearby Chipotle restaurants
chipotle_get_locationGet details for a specific location
chipotle_get_menuGet full menu with prices and calories
chipotle_get_favoritesGet saved favorite orders
chipotle_start_orderBegin building a new order
chipotle_customize_itemAdd protein, rice, beans, toppings
chipotle_add_to_bagAdd customized item to bag
chipotle_view_bagView current bag contents
chipotle_checkoutPlace order for pickup or delivery
chipotle_track_orderTrack order status
chipotle_get_rewardsCheck Chipotle Rewards balance

How to install the Chipotle MCP server

{
  "mcpServers": {
    "chipotle": {
      "command": "npx",
      "args": ["-y", "playwright"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Chipotle to chipotle status.
  • Use Chipotle to chipotle login.
  • Use Chipotle to chipotle logout.

Frequently asked questions

It connects Chipotle to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (chipotle_status, chipotle_login, chipotle_logout, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Chipotle directly.