brewfather-mcp
Related Servers
Alternatives to brewfather-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceRead-only MCP server exposing Brewfather brewing data—batches, recipes, fermentation readings, and inventory—as tools for natural language queries.9MIT
- FlicenseNot gradedqualityDmaintenanceWraps the Brewman Web (V7) API to read and write Brewman data (orders, outlets, stock, config) via tools, with the API token stored securely as an environment variable.-
- AlicenseAqualityBmaintenanceEnables AI coding agents to browse, read, write, delete, and search Cooklang recipes through the CookCLI HTTP API as MCP tools.7MIT
- AlicenseBqualityCmaintenanceEnables interaction with Tandoor recipe management system to create, manage, and search recipes, as well as create and auto-generate meal plans with automatic ingredient and keyword creation.1156 npm3MIT
- AlicenseAqualityCmaintenanceEnables read-only listing of the cookbooks on an Eat Your Books shelf and searching those books for recipe references by ingredient, dish, or keyword, returning links, authors, page numbers, ingredients, and categories. Connects to an already signed-in local Chrome session for authentication, exposing the same service as the CLI through two read-only tools.2MIT
- FlicenseNot gradedqualityDmaintenanceEnables managing recipes via a web UI and MCP tools, allowing retrieval and saving of recipe data through natural language.-
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose: connection check, listing, searching, retrieving, previewing/creating, and previewing/updating. The list vs. search tools are differentiated by description (compact vs. filtered) and the preview/apply pairs are unambiguous.
Most tools follow the pattern 'brewfather_' + verb + '_' + noun (e.g., list_recipes, get_recipe, apply_recipe_create). However, 'brewfather_connection_status' deviates as a noun phrase rather than an action, creating a minor inconsistency.
With 8 tools, the server is well-scoped for recipe management. It covers connection validation, read operations (list/search/get), and a two-phase create/update workflow, each tool earning its place without bloat.
The surface covers read (list/search/get) and create/update with preview/apply, but there is no delete operation, leaving a notable gap in the lifecycle. Other potential operations (e.g., duplicate, export) are absent but the core is covered.