Fryd - Your Garden Companion
app.fryd/mcp-serverSearch crops, check companion planting, explore seasonal calendars, and find planting plans.
Tools · 5
Search Fryd garden planting plan templates. Extracts crop names, light conditions and ground type from the user prompt to find matching plans. Use search_crops or get_plant_profile to look up individu…
Look up detailed information about a plant or variety. Returns a comprehensive plant profile including sowing/planting/harvest seasons, spacing, light/water/nutrient requirements, and companion planti…
Check whether two plants are compatible companions in the garden (Mischkultur). Returns compatibility (good/neutral/bad), and lists good and bad neighbours for both plants. Accepts crop IDs from searc…
Find out which plants can be sown, pre-cultivated, or harvested in a given month. Optionally adjusted for a specific USDA hardiness zone or region. Returns grouped lists of plants by activity type (so…
Search the Fryd plant database (3,000+ varieties) by name. Returns a list of matching crops with IDs, descriptions, and whether each is a species or variety. Use the returned crop IDs with get_plant_p…
Resources · 4
Interactive planting plan viewer with a full-screen garden bed preview and prev/next navigation.
ui://fryd/planting-plans.html
Plant profile card with season timeline, key facts, and companion planting info.
ui://fryd/plant-profile.html
Companion planting compatibility checker showing good/neutral/bad match.
ui://fryd/companion-check.html
Seasonal calendar showing which plants can be sown, pre-cultivated, or harvested.
ui://fryd/seasonal-calendar.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"fryd_-_your_garden_companion": {
"url": "https://mcp.fryd.app/mcp",
"transport": "streamable-http"
}
}
}