@striderlabs/mcp-chipotle
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@striderlabs/mcp-chipotleFind Chipotle locations in San Francisco"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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
Related MCP server: mcp-otle
Installation
npm install -g @striderlabs/mcp-chipotle
npx playwright install chromiumUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"chipotle": {
"command": "striderlabs-mcp-chipotle"
}
}
}Tools
Tool | Description |
| Check connection and login status |
| Authenticate with Chipotle credentials |
| Clear session cookies |
| Find nearby Chipotle restaurants |
| Get details for a specific location |
| Get full menu with prices and calories |
| Get saved favorite orders |
| Begin building a new order |
| Add protein, rice, beans, toppings |
| Add customized item to bag |
| View current bag contents |
| Place order for pickup or delivery |
| Track order status |
| Check 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 statusTechnical Details
Browser automation: Playwright (Chromium) with stealth patches
Session persistence: Cookies stored at
~/.striderlabs/chipotle/cookies.jsonTransport: MCP stdio
License
MIT — Strider Labs
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-chipotle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server