Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Connect your AI assistant to your MakeMeBetter AI board and manage your tasks, habits, and goals by talking to it.
Ask Claude "what's on my board today?", "push the quarterly report to Friday at 5pm", or "add buy milk under my groceries task" β and it happens on your real board, in the app on your phone.
This repository holds the public metadata and documentation for the hosted MakeMeBetter AI MCP server. The server itself is a managed service β there is nothing to install or self-host.
| Connector URL | https://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcp |
| Transport | Streamable HTTP |
| Auth | OAuth 2.1 β you sign in and approve access; no API keys to copy around |
| Tools | 11 (4 read, 7 write) |
| Cost | Free tier included with every MakeMeBetter AI account |
You need a MakeMeBetter AI account. Sign in to the consent screen with the same email as your app account so your assistant lands on your existing board.
Settings β Connectors β Add custom connector β paste the connector URL β sign in β approve. Added once, it works across every Claude surface.
Then complete the OAuth flow in your browser.
Requires a paid plan (Plus/Pro/Business/Enterprise) and Developer mode (Settings β Apps & Connectors β Advanced settings β Developer mode). The option to add a custom connector only appears once both are true. Then add the connector URL and sign in.
Add to your editor's MCP config:
The editor drives the OAuth flow for you.
Records come back with id, title, status (not_started / in_progress / completed) and
progress_percent, plus due_date, due_time, target_frequency and notes when they're set.
| Tool | What it does |
|---|---|
list_tasks(include_completed?) | Your top-level tasks. Active only by default. |
list_habits(include_completed?) | Your habits, with target_frequency when set. |
list_goals(include_completed?) | Your longer-term goals. |
get_record(record_id) | Full detail for one record. For a task, includes its subtasks. |
| Tool | What it does |
|---|---|
create_task(title, due_date?, due_time?, notes?, parent_task_id?) | Creates a task, or a subtask when you pass parent_task_id. |
create_habit(title, target_frequency?, notes?) | target_frequency is free text β "daily", "3x per week". |
create_goal(title, notes?) | Creates a goal. |
update_record(record_id, ...) | Partial update β only the fields you pass change. |
set_progress(record_id, percentage) | Sets progress 0β100. |
complete_record(record_id) | Marks completed at 100%. |
delete_record(record_id) | Permanent, and cascades to a task's subtasks. Assistants are instructed to confirm with you first. |
Dates are ISO (2026-07-15); times are 24-hour (17:30) and require a date.
/.well-known/oauth-protected-resource/mcp.Tool calls are metered per day, per account:
| Plan | Tool calls / day |
|---|---|
| Free | 25 |
| Pro | 2,000 |
initialize and tools/list are free β only actual tool calls count. When you run out, tools
return a plain-language limit notice instead of data, and reset the next UTC day.
Issues and questions: open an issue.
The metadata and documentation in this repository are released under the MIT License. The MakeMeBetter AI service itself is a separate, proprietary hosted product.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/makemebetter-ai)<a href="https://allmcps.com/mcp/makemebetter-ai"><img src="https://allmcps.com/api/badge/makemebetter-ai?style=directory" alt="MakeMeBetter AI on AllMCPs" /></a>