CoupleHub MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CoupleHub MCP ServerShow me the meal plan for this week and generate a grocery list."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CoupleHub MCP Server
Deploy to Render
Push this repo to GitHub
Go to render.com → New → Web Service
Connect your GitHub repo
Render auto-detects render.yaml and deploys
Your MCP server will be at: https://couplehub-mcp.onrender.com/sse
Related MCP server: Gamito
Connect to ChatGPT
In ChatGPT settings → Connectors (or Tools) → Add MCP server:
Connect to Claude Desktop
Install mcp-proxy, then add to claude_desktop_config.json:
{
"mcpServers": {
"couplehub": {
"command": "mcp-proxy",
"args": ["https://couplehub-mcp.onrender.com/sse"]
}
}
}Available Tools
Tool | What it does |
get_recipes | List all recipes, filter by name or side dish |
get_recipe | Full recipe with ingredients and instructions |
create_recipe | Add a new recipe |
rate_recipe | Rate a recipe 1-5 |
get_meal_plan | Get week plan with entries and events |
create_meal_plan | Create a new week shell |
upsert_meal_entries | Set the week's meals |
get_calendar_events | List calendar events by date range |
create_calendar_event | Add a calendar event |
delete_calendar_event | Delete a calendar event |
get_grocery_list | Get grocery list for a meal plan |
generate_grocery_list | Auto-generate grocery list from meal plan |
get_ingredients | Search ingredients by name or category |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceHousehold-aware kitchen brain for AI agents: manage pantry inventory with freshness tracking, shopping lists, recipe collections with cook notes and per-diner ratings, dietary profiles with allergen safety, and kitchen equipment — all through 27 tools with OAuth 2.1 authentication. Includes a free tool for ingredient-based recipe generation without an account (accounts are free!).Last updatedMIT
- FlicenseBqualityBmaintenanceEnables AI agents to generate budget-disciplined, allergy-safe weekly meal plans, shopping lists, and meal swaps using a fully local deterministic engine.Last updated20
- Alicense-qualityDmaintenanceEnables AI-powered household management including inventory tracking, restock predictions, meal planning from available ingredients, and baby supply monitoring through natural language commands.Last updatedApache 2.0
- Flicense-qualityFmaintenanceEnables AI assistants to search recipes, compose nutritionally balanced meals, optimize weekly meal plans based on macro targets for family members, and generate consolidated grocery lists from a personal recipe database.Last updated
Related MCP Connectors
Manage your family's calendars and lists in Cozi. View, create, and update appointments; organize…
Patient, meal plan, prescription, chart and anthropometry management for dietitians.
Patient, prescription, anthropometry, scheduling, chat and food diary management for dietitians.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/uczesieweba/couplehub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server