Skip to content
Claude Desktop

panera for Claude Desktop

io.github.markswendsen-code/panera

MCP server for Panera Bread - browse menu, customize orders, place pickup

client:Claude Desktop transport:stdio runtime:npm

Install panera in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "panera": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-panera"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

panera in other clients