Panera runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 11 Mar 2026.
MCP server for Panera Bread - browse menu, customize orders, place pickup
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add panera -- npx -y @striderlabs/mcp-panera
{
"mcpServers": {
"panera": {
"args": [
"-y",
"@striderlabs/mcp-panera"
],
"command": "npx"
}
}
}
[mcp_servers.panera]
command = "npx"
args = ["-y", "@striderlabs/mcp-panera"]
{
"mcpServers": {
"panera": {
"args": [
"-y",
"@striderlabs/mcp-panera"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"panera": {
"args": [
"-y",
"@striderlabs/mcp-panera"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.