Skip to main content
ClaudeWave
mrohith29 avatar
mrohith29

makemebetter-mcp

View on GitHub

Connect your AI assistant to your MakeMeBetter AI tasks, habits, and goals. Public metadata and docs for the hosted MCP server.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mrohith29/makemebetter-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "makemebetter-mcp": {
      "command": "node",
      "args": ["/path/to/makemebetter-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mrohith29/makemebetter-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# MakeMeBetter AI — MCP Server

Connect your AI assistant to your [MakeMeBetter AI](https://makemebetter-ai.rohithmariyala.com)
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 |

## Getting started

You need a [MakeMeBetter AI](https://makemebetter-ai.rohithmariyala.com) 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

```bash
claude mcp add --transport http makemebetter https://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcp
```

Then 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:

```json
{
  "mcpServers": {
    "makemebetter": {
      "url": "https://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcp"
    }
  }
}
```

The editor drives the OAuth flow for you.

## 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 |
|---|---|
| `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. |

### Writing

| 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.

## 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](https://datatracker.ietf.org/doc/html/rfc9728) 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](https://github.com/mrohith29/makemebetter-mcp/issues).

## License

The metadata and documentation in this repository are released under the [MIT License](LICENSE).
The MakeMeBetter AI service itself is a separate, proprietary hosted product.
ai-assistantchatgptclaudegoal-trackinghabit-trackermcpmcp-servermodel-context-protocolproductivitytask-management

What people ask about makemebetter-mcp

What is mrohith29/makemebetter-mcp?

+

mrohith29/makemebetter-mcp is mcp servers for the Claude AI ecosystem. Connect your AI assistant to your MakeMeBetter AI tasks, habits, and goals. Public metadata and docs for the hosted MCP server. It has 0 GitHub stars and was last updated today.

How do I install makemebetter-mcp?

+

You can install makemebetter-mcp by cloning the repository (https://github.com/mrohith29/makemebetter-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mrohith29/makemebetter-mcp safe to use?

+

mrohith29/makemebetter-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains mrohith29/makemebetter-mcp?

+

mrohith29/makemebetter-mcp is maintained by mrohith29. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to makemebetter-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy makemebetter-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mrohith29/makemebetter-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mrohith29-makemebetter-mcp)](https://claudewave.com/repo/mrohith29-makemebetter-mcp)
<a href="https://claudewave.com/repo/mrohith29-makemebetter-mcp"><img src="https://claudewave.com/api/badge/mrohith29-makemebetter-mcp" alt="Featured on ClaudeWave: mrohith29/makemebetter-mcp" width="320" height="64" /></a>

More MCP Servers

makemebetter-mcp alternatives