MakeMeBetter AI MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MakeMeBetter AI MCP Serverwhat's on my board today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MakeMeBetter AI — MCP Server
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 |
|
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 |
Getting started
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.
Claude (web, desktop, mobile)
Settings → Connectors → Add custom connector → paste the connector URL → sign in → approve. Added once, it works across every Claude surface.
Claude Code
claude mcp add --transport http makemebetter https://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcpThen complete the OAuth flow in your browser.
ChatGPT
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.
Cursor / VS Code
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.
Related MCP server: Amazing Marvin MCP Server
Tools
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.
Reading
Tool | What it does |
| Your top-level tasks. Active only by default. |
| Your habits, with |
| Your longer-term goals. |
| Full detail for one record. For a task, includes its subtasks. |
Writing
Tool | What it does |
| Creates a task, or a subtask when you pass |
|
|
| Creates a goal. |
| Partial update — only the fields you pass change. |
| Sets progress 0–100. |
| Marks completed at 100%. |
| 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.
Privacy and security
Your board only. Every read and write is filtered by your authenticated user id at the database query level. Another user's record id behaves exactly like one that doesn't exist — the server never reveals whether it exists.
No credentials to hand over. Authentication is OAuth 2.1; your assistant receives a scoped access token, never your password.
Discovery follows RFC 9728 at
/.well-known/oauth-protected-resource/mcp.
Usage limits
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.
Support
Issues and questions: open an issue.
License
The metadata and documentation in this repository are released under the MIT License. The MakeMeBetter AI service itself is a separate, proprietary hosted product.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceConnects AI assistants to Todoist for comprehensive task management, enabling natural language creation, updating, and organization of tasks, projects, sections, and labels.Last updated223MIT
- Alicense-qualityDmaintenanceConnects AI assistants to Amazing Marvin for comprehensive task management, including creating and organizing tasks, time tracking, viewing schedules, and managing projects through natural language.Last updatedMIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage Todoist tasks, projects, sections, and labels through natural language, supporting task creation, updates, completion, and intelligent organization of your workflow.Last updated22MIT

Maito MCP Serverofficial
AlicenseBqualityDmaintenanceEnables AI assistants to interact with Maito workspaces for task management, note-taking, and planning.Last updated2115AGPL 3.0
Related MCP Connectors
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Mobile-first AI life planner — turn goals into daily, synced tasks from your AI assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrohith29/makemebetter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server