Tacobell
Rank #52,292io.github.markswendsen-code/tacobell
MCP server providing tacobell capabilities
Tacobell is a Model Context Protocol (MCP) server published by markswendsen-code. It ranks #52,292 of 115,460 servers tracked on MCP Toplist. Tacobell is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Mar 11, 2026 and most recently updated on Mar 15, 2026.
Ranks ahead of 63,168 of 115,460 servers on MCP Toplist.
Use Tacobell
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tacobell -- npx -y @striderlabs/mcp-tacobell[mcp_servers.tacobell]
command = "npx"
args = ["-y", "@striderlabs/mcp-tacobell"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tacobell": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-tacobell"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tacobell": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-tacobell"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tacobell": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-tacobell"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tacobell": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-tacobell"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tacobell": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-tacobell"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.markswendsen-code%2Ftacobell)<a href="https://mcptoplist.com/server/io.github.markswendsen-code%2Ftacobell"><img src="https://mcptoplist.com/badge/io.github.markswendsen-code%2Ftacobell.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
markswendsen-code
Other servers by markswendsen-code
- Instacart#12,609 · 7 vers
- Doordash#13,236 · 8 vers
- Walmart#28,101 · 2 vers
- Delta#30,085 · 1 ver
- Ubereats#34,138 · 1 ver
- @striderlabs/mcp-marriott#34,223
- Chase MCP Server#38,095
- Grubhub#39,133 · 3 vers
- MCP Booking#39,494
- Southwest#39,943 · 1 ver
- Crunchyroll#43,596 · 2 vers
- Opentable#43,597 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Mar 15, 2026 |
Frequently asked questions
- Who maintains Tacobell?
- Tacobell is maintained by markswendsen-code, which publishes 87 MCP servers (38 total versions) tracked on MCP Toplist.
- Is Tacobell listed on the Official MCP Registry?
- Yes — Tacobell is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Tacobell have?
- MCP Toplist tracks 1 version of Tacobell, most recently published on Mar 15, 2026.
- Where can I find the source code for Tacobell?
- The source code for Tacobell is hosted at github.com/markswendsen-code/mcp-tacobell.