• Blog
  • Documentation
  • Courses
  • Changelog
  • AI Starters
  • UI Kit
  • FAQ
  • Supamode
    New
  • Pricing

Launch your next SaaS in record time with Makerkit, a React SaaS Boilerplate for Next.js and Supabase.

Makerkit is a product of Makerkit Pte Ltd (registered in the Republic of Singapore)Company Registration No: 202407149CFor support or inquiries, please contact us

About
  • FAQ
  • Contact
  • Verify your Discord
  • Consultation
  • Open Source
  • Become an Affiliate
Product
  • Documentation
  • Blog
  • Changelog
  • UI Blocks
  • Figma UI Kit
  • AI SaaS Starters
License
  • Activate License
  • Upgrade License
  • Invite Member
Legal
  • Terms of License

Introducing MCP Server for Makerkit: Supercharge Your AI Development Workflow

Sep 17, 2025

We're excited to announce the release of Makerkit's MCP Server - a powerful tool that enables AI agents to understand and work with your codebase more effectively.

changelog

We're thrilled to announce the initial release of Makerkit's MCP Server - a game-changing tool that bridges the gap between AI coding assistants and your Makerkit codebase.

What is MCP?

MCP (Model Context Protocol) is a standardized way for AI agents to access tools and resources that help them understand and work with your code more effectively.

Think of it as giving your AI assistant superpowers to navigate, understand, and modify your codebase with precision.

Getting Started

Setting up the MCP Server is straightforward:

1. Build the MCP Server

bash
pnpm --filter "@kit/mcp-server" build

This creates the MCP Server at packages/mcp-server/build/index.js.

2. Add to Your AI Coding Tool

Claude Code

If you are using Claude Code, you can add the MCP Server to your tool by running the following command:

bash
claude mcp add makerkit node <full-path-to-index.js>

Cursor

If you are using Cursor, you can add the MCP Server to your tool by adding the following config to your mcp.json file:

json
{
"mcpServers": {
"makerkit": {
"command": "node",
"args": ["<full-path-to-index.js>"]
}
}
}

Codex

If you are using Codex, you can add the MCP Server to your tool by adding the following config to your YAML config file:

yaml
[mcp_servers.makerkit]
command = "node"
args = ["<full-path-to-index.js>"]

What does the MCP Server provide?

The MCP Server provides a set of tools to AI Agents to work with the codebase.

  • Navigate the codebase structure
  • Work with database schemas
  • Follow established patterns
  • Maintain code quality
  • Run commands to lint, format, typecheck, etc.
  • Navigate and pick the best components to use

Recommended: Add Postgres MCP Server

For the complete development experience, we strongly recommend also installing the Postgres MCP Server.

What's Next?

This is just the beginning. We're actively working on expanding the MCP Server's capabilities and adding more tools to it.

If you have any feedback, please reach out to us on Discord.

AI and Makerkit: a match made in heaven

By combining Makerkit's battle-tested architecture, LLMs rules and MCP Server, we are able to provide unparalleled AI assistance to our users.

Whether it's fixing bugs, adding features, or just exploring the codebase, Makerkit is perfectly designed to work with AI agents and help you ship faster and with confidence.

Some other posts you might like...
Aug 29, 2025Introducing Custom Dashboards in Supamode: Build Dynamic Analytics InterfacesCreate powerful Supabase dashboard interfaces with Supamode's custom analytics platform. Build personalized Supabase analytics views with drag-and-drop widgets and real-time data visualization.
Aug 21, 2025Makerkit 2.13.0: Components Showcase, Next.js 15.5 & Advanced Data TablesNext.js 15.5 upgrade, Component Showcase, enhanced Table component directly from Supamode to the SaaS Kit
Jul 10, 2025Introducing Supamode, the enterprise-grade Super Admin for SupabaseIntroducing Supamode, a self-hosted enterprise-grade Super Admin for Supabase, turning your database into a powerful, flexible, and secure CMS.
Jun 13, 2025Makerkit 2.11.0: Building Better Authentication ExperiencesDeep dive into the new authentication features: Identity Linking, OTP Sign-In, Smart User Hints, and Legacy Plans support. Learn how these features solve real user problems and reduce support overhead.
Apr 29, 2025Multi-Platform Deployment: Docker, Cloudflare & Self-Hosting Now Available in MakerkitDeploy your Makerkit SaaS projects anywhere with our new first-class support for Docker, Cloudflare, and self-hosting on VPS. Generate configuration files with a single command and follow our comprehensive guides to get up and running quickly.
Mar 10, 2025Introducing the React Router 7 SaaS Starter KitAnnouncing the release of our React Router 7 + Supabase SaaS Boilerplate! The SaaS template for shipping your SaaS with React Router 7.