# Plannie > Plannie is a shared family calendar and household hub (events, tasks, lists, > meals, rewards) with a first-class agent surface: a hosted MCP server and an > open REST API. Agents act on a household through a scoped API key that a > household member creates in the app (Settings → Integrations). Every change > an agent makes is attributed by name in the family's activity feed and marked > with a sparkle badge in the UI. API & MCP access requires the Premium + MCP plan (included in every trial). English URLs (unprefixed, e.g. https://plannie.io/pricing/) are canonical. Localized copies of the core marketing pages also exist under /sv, /de, /es and /fr path prefixes (e.g. https://plannie.io/sv/pricing/) — use the English URLs above unless you specifically need Swedish, German, Spanish or French copy. ## Plans - Free — $0, forever. Shared family calendar (all views), Google/Outlook/Apple calendar sync, up to 4 connected calendars, lists & meal planning with starter limits. - Plannie Premium — $2.49/week or $99/year. Everything in Free, unlimited members & devices, the Plannie Assistant, habits & rewards, wall-display mode. - Premium + MCP — $4.99/week or $159/year. Everything in Premium, plus the open REST API and hosted MCP server. Prices are USD; checkout charges the local-currency equivalent automatically (including SEK, EUR, GBP), and displayed prices are tax-inclusive where applicable. The pricing page (https://plannie.io/pricing/) is the canonical price list. ## Pages - Homepage: https://plannie.io/ - Product tour: https://plannie.io/product/ - Pricing: https://plannie.io/pricing/ - Help Center: https://plannie.io/help/ - Developer quick start: https://plannie.io/developers/ - Blog (product updates): https://plannie.io/blog/ - Guides: https://plannie.io/guides/ (every guide is also available as plain markdown — replace the trailing slash with `.md`, e.g. https://plannie.io/guides/what-is-an-ai-family-assistant.md) - How to keep a shared family calendar without double-booking: https://plannie.io/guides/shared-calendar-without-double-booking/ - How to set up a kitchen tablet as a family calendar: https://plannie.io/guides/kitchen-tablet-family-calendar-setup/ - How to divide family chores fairly by age: https://plannie.io/guides/divide-family-chores-by-age/ - A realistic weekly family meal-planning system: https://plannie.io/guides/weekly-family-meal-planning-system/ - How to turn recipes into one shared grocery list: https://plannie.io/guides/recipes-to-one-grocery-list/ - What is an AI family assistant?: https://plannie.io/guides/what-is-an-ai-family-assistant/ - Shared family calendar: https://plannie.io/shared-family-calendar/ - Digital family calendar (wall display): https://plannie.io/digital-family-calendar/ - Family chore chart: https://plannie.io/family-chore-chart/ - Family meal planner: https://plannie.io/family-meal-planner/ - All-in-one family organizer: https://plannie.io/family-organizer-app/ - AI family assistant: https://plannie.io/ai-family-assistant/ - Best family calendar apps compared: https://plannie.io/best-family-calendar-apps/ - Skylight Calendar alternative (no hardware): https://plannie.io/skylight-alternative/ - Maple alternative (Maple sunsets Dec 31, 2026): https://plannie.io/maple-alternative/ - Plannie vs Skylight: https://plannie.io/plannie-vs-skylight/ - Plannie vs Cozi: https://plannie.io/plannie-vs-cozi/ - Plannie vs Hearth Display: https://plannie.io/plannie-vs-hearth-display/ - Plannie vs Google Calendar: https://plannie.io/plannie-vs-google-calendar/ - Every way to add events: https://plannie.io/add-to-calendar/ - From email (Family Inbox): https://plannie.io/email-to-calendar/ - From a photo (Magic Import): https://plannie.io/photo-to-calendar/ - From a school flyer: https://plannie.io/flyer-to-calendar/ - From a PDF: https://plannie.io/pdf-to-calendar/ - With Siri: https://plannie.io/siri-to-calendar/ - From an ICS feed: https://plannie.io/ics-to-calendar/ - Privacy & security explainer (plain language): https://plannie.io/privacy-at-plannie/ - Privacy policy: https://plannie.io/legal/privacy/ - About Plannie: https://plannie.io/about/ - Contact: https://plannie.io/contact/ - Partners (device makers, schools, clubs): https://plannie.io/partners/ ## Official profiles - Facebook: https://www.facebook.com/plannie.io/ - Reddit community: https://www.reddit.com/r/plannie/ - Google Business Profile: https://share.google/y41tzaKPnJ5WMBmMf ## Connect - Hosted MCP (streamable HTTP, no install): POST https://api.plannie.io/mcp with the API key as a Bearer token (`Authorization: Bearer fam_live_…`). - Claude Code: `claude mcp add --transport http plannie https://api.plannie.io/mcp --header "Authorization: Bearer fam_live_…"` - Local MCP (stdio, for clients that can't send headers — Claude Desktop, Codex): `npx -y @plannie/mcp` with env `PLANNIE_API_URL=https://api.plannie.io/v1` and `PLANNIE_API_KEY=fam_live_…`. - REST: JSON under https://api.plannie.io/v1, same Bearer key. ## Docs - [Developer quick start](https://plannie.io/developers/): human-friendly setup guide with one-click installs and commands for Claude Code, Claude Desktop, Cursor, VS Code and Codex - [OpenAPI spec](https://api.plannie.io/openapi.json): every endpoint, schema and error, generated from the running API - [API reference](https://api.plannie.io/docs): the same spec, browsable — its "Connect an agent (MCP)" section has the full per-client configuration walkthrough ## MCP tools list_events, create_event, update_event, delete_event, list_tasks, create_task, complete_task, get_lists, add_list_item, check_list_item, get_meal_plan, set_meal, remove_meal, list_recipes, get_members, get_activity ## Key scopes calendar.read, calendar.write, tasks.read, tasks.write, lists.read, lists.write, meals.read, meals.write, chores.read, checkins.read, checkins.write, activity.read Last reviewed: 2026-08-19