Server data from the Official MCP Registry
Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant.
Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant.
Remote endpoints: streamable-http: https://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-rohithmariyala-makemebetter-ai": {
"url": "https://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcp"
}
}
}From the project's GitHub README.
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.
claude mcp add --transport http makemebetter https://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcp
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:
{
"mcpServers": {
"makemebetter": {
"url": "https://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcp"
}
}
}
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.