Catalog
ai.ponlo/server
OfficialFamily calendar, tasks, meals, lists & rewards hub for AI assistants.
Manages family calendars, tasks, meals, lists, and reward systems for households.
README not available yet.
Install
Configuration
Environment variables
PONLO_API_URLrequiredYour Ponlo.ai API URL (e.g., https://ponlo.ai)
PONLO_API_KEYrequiredsecretYour Ponlo.ai API key (get it from Settings > API Keys)
claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"ponlo-ai@1.13.2"
],
"env": {
"PONLO_API_URL": "<YOUR_PONLO_API_URL>",
"PONLO_API_KEY": "<YOUR_PONLO_API_KEY>"
}
}
}
}