MCP server for Taco Bell - browse menu, customize orders, place pickup
Add this to your MCP server configuration:
{
"mcpServers": {
"tacobell": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-tacobell@0.1.0"
]
}
}
}