Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. MakeMeBetter AI
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:31:47 PM

MakeMeBetter AI

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "makemebetter-ai": {
      "command": "npx",
      "args": [
        "-y",
        "makemebetter-ai"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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 URLhttps://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcp
TransportStreamable HTTP
AuthOAuth 2.1 β€” you sign in and approve access; no API keys to copy around
Tools11 (4 read, 7 write)
CostFree 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

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

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

ToolWhat 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

ToolWhat 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 at /.well-known/oauth-protected-resource/mcp.

Usage limits

Tool calls are metered per day, per account:

PlanTool calls / day
Free25
Pro2,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.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Salta logoSalta

    Mobile-first AI life planner β€” turn goals into daily, synced tasks from your AI assistant.

    πŸ’» Developer Tools0 views
    Compare vs Salta β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • M
    Mcp

    MCP server for GitScrum β€” manage tasks, sprints, time tracking, and client workflows via AI

    πŸ’» Developer Tools0 views
    Compare vs Mcp β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’

Frequently Asked Questions about MakeMeBetter AI

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "makemebetter-ai": { "command": "npx", "args": ["-y", "MakeMeBetter AI"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMakeMeBetter AI AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/makemebetter-ai?style=directory)](https://allmcps.com/mcp/makemebetter-ai)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to MakeMeBetter AI β†’Install in Claude DesktopInstall in CursorInstall in VS Code