tacobell for Cursor
io.github.markswendsen-code/tacobell
MCP server for Taco Bell - browse menu, customize orders, place pickup
client:Cursor
transport:stdio
runtime:npm
Install tacobell in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tacobell": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-tacobell"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs