pipeworx-io/mcp-breweries
MCP server for brewery data — search and browse via Open Brewery DB
Platform-specific configuration:
{
"mcpServers": {
"mcp-breweries": {
"command": "npx",
"args": [
"-y",
"mcp-breweries"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Breweries MCP — Open Brewery DB API (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | search_breweries | Search for breweries by name. Returns a list of matching breweries with location and contact details. | | get_brewery | Get full details for a specific brewery by its Open Brewery DB ID. | | breweries_by_city | Find breweries located in a specific city. |
Add to your MCP client config:
{
"mcpServers": {
"breweries": {
"url": "https://gateway.pipeworx.io/breweries/mcp"
}
}
}Or use the CLI:
npx pipeworx use breweriesMIT
Loading reviews...