Loading MCP server directory, please wait...
Family calendar, tasks, meals, lists & rewards hub for AI assistants.
npx @getmcp/cli add ai.ponlo/serverRequires Node.js 18+. Community-contributed server. Review source before installing.
PONLO_API_URLYour Ponlo.ai API URL (e.g., https://ponlo.ai)
PONLO_API_KEYYour Ponlo.ai API key (get it from Settings > API Keys)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.ponlo/server": {
"command": "npx",
"args": [
"-y",
"ponlo-ai"
],
"env": {
"PONLO_API_URL": "",
"PONLO_API_KEY": ""
}
}
}
}