Pinoyshki Bakery for Claude Desktop
com.pinoyshki/bakery
Browse Pinoyshki Bakery's menu, check an order against its rules, and get the checkout link.
client:Claude Desktop
transport:streamable-http
tools:5
Install Pinoyshki Bakery in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bakery": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bot.pinoyshki.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs