Skip to content
Cline

tacobell for Cline

io.github.markswendsen-code/tacobell

MCP server for Taco Bell - browse menu, customize orders, place pickup

client:Cline transport:stdio runtime:npm

Install tacobell in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

tacobell in other clients