tacobell for VS Code
io.github.markswendsen-code/tacobell
MCP server for Taco Bell - browse menu, customize orders, place pickup
client:VS Code
transport:stdio
runtime:npm
Install tacobell in VS Code
.vscode/mcp.json
{
"servers": {
"tacobell": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-tacobell"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs