Back to Browse

Chipotle MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed ยท 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-markswendsen-code-chipotle": {
      "args": [
        "-y",
        "@striderlabs/mcp-chipotle"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@striderlabs/mcp-chipotle

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

Features

  • ๐ŸŒฏ 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
  • ๐Ÿ“ฆ Order tracking โ€” track status of placed orders
  • ๐Ÿ” Session persistence โ€” cookies saved at ~/.striderlabs/chipotle/cookies.json

Installation

npm install -g @striderlabs/mcp-chipotle
npx playwright install chromium

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "chipotle": {
      "command": "striderlabs-mcp-chipotle"
    }
  }
}

Tools

ToolDescription
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

Example Workflow

1. chipotle_status          โ†’ check if logged in
2. chipotle_login           โ†’ authenticate (if needed)
3. chipotle_search_locations address="94105"
4. chipotle_get_menu        โ†’ see all options
5. chipotle_start_order     entreeType="bowl"
6. chipotle_customize_item  protein="chicken" rice="white" beans="black" toppings=["guac","salsa-mild","cheese"]
7. chipotle_add_to_bag      quantity=1
8. chipotle_view_bag        โ†’ review order
9. chipotle_checkout        fulfillment="pickup" confirm=false  โ†’ preview
10. chipotle_checkout       fulfillment="pickup" confirm=true   โ†’ place order
11. chipotle_track_order    โ†’ track status

Technical Details

  • Browser automation: Playwright (Chromium) with stealth patches
  • Session persistence: Cookies stored at ~/.striderlabs/chipotle/cookies.json
  • Transport: MCP stdio

License

MIT โ€” Strider Labs

Reviews

No reviews yet

Be the first to review this server!