Skip to content
Claude Desktop

chipotle for Claude Desktop

io.github.markswendsen-code/chipotle

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

client:Claude Desktop transport:stdio runtime:npm

Install chipotle in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

chipotle in other clients