tacobell for Claude Desktop
io.github.markswendsen-code/tacobell
MCP server for Taco Bell - browse menu, customize orders, place pickup
client:Claude Desktop
transport:stdio
runtime:npm
Install tacobell in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tacobell": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-tacobell"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs