Why Use Vibe Coding Plan?

Everything you need to ship software with AI — structured, fast, and reliable.

Problems It Solves

Context overload

Each task is scoped to fit an AI context window — no more dumping your whole project into one chat

Don't know where to start

AI breaks vague ideas into ordered tasks with dependencies and time estimates

Writing good prompts is hard

Auto-generates detailed coding prompts per task with tech stack, security & performance notes

No structure in vibe coding

Kanban board gives real project management on top of AI-assisted coding

Manual Git workflow

Auto branch creation, commits, PR creation & merge — zero manual git work

Inconsistent AI output

Context memory carries your conventions and architecture decisions across every task

Scope creep

Structured PRD that clients and teams can review before building starts

Wasted AI tokens ($200+/mo)

Focused per-task prompts instead of repeated broad conversations

Tool fragmentation

One hub connecting GitHub, multiple AI providers, VS Code/Cursor & MCP

What It Saves You

Time

10x less planning — go from idea to MVP in days, not weeks

Money

Targeted prompts save $200+/month on AI tokens; Pro at $4.99/mo replaces multiple tools

Effort

No manual task breakdown, prompt engineering, branch naming, or PR descriptions

Cognitive Load

Bite-sized tasks anyone can follow — edge cases surfaced automatically

All Features

AI Project Planning — idea to full task breakdown in seconds
Smart AI Prompts — context-aware coding prompts per task
AI Task Execution — drag to In Progress, AI codes & opens PR
Kanban Board — Backlog → In Progress → Completed
GitHub Integration — auto branch, PR, merge on completion
Context Memory — persistent project knowledge for AI
PRD Export — shareable Markdown requirements doc
VS Code / Cursor Extension — manage tasks from your editor
REST API + Tokens — integrate with anything
MCP Server — tools for Claude Desktop & AI assistants
50+ Tech Stacks — tailored plans for any framework
Vercel Deploy Hooks — auto-deploy after tasks complete
Multi-Provider AI (BYOK) — Claude, Copilot, DeepSeek, Kimi
Per-Task Provider Selection — use different AI per task
Pay As You Go — $1.99/plan, no subscription needed
Pro Plan — $4.99/mo unlimited everything

Ready to ship faster with AI?

Create Free Account

Free project included — no credit card required

Save up to 85% on AI costs — $300/mo $45/mo with smart model routing

Start Saving
Integration Guide

MCP Server

Plan projects, estimate timelines, get tech stack recommendations, and receive smart model routing — all from inside Claude Desktop, Cursor, or any MCP-compatible assistant.

What Is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants call external tools. Instead of copy-pasting project details between apps, MCP connects your assistant directly to Vibe Coding Plan — so it can generate structured plans, cost estimates, and model recommendations in real time.

Open Standard Claude Desktop Cursor Any MCP Client

Available Tools

plan_coding_project

Break down a coding project into a detailed development plan with tasks, time estimates, dependencies, complexity classification, recommended AI model per task, and estimated cost.

Parameters: project_name (required), project_description (required), features (optional array)
estimate_project

Get a quick time and complexity estimate for any software project. Returns estimated hours, complexity rating, development phases, and model routing suggestions.

Parameters: project_description (required)
suggest_tech_stack

Get a recommended technology stack for your project based on requirements and preferences. Returns categorized recommendations with reasoning.

Parameters: project_description (required), preferences (optional)

Setup Guide

1

Get Your API Token

Sign up at vibecoderplanner.com and generate an API token at API Tokens in your dashboard.

2

Choose Your Client

The MCP server works with any client that supports the Model Context Protocol — including Claude Desktop, Cursor, Windsurf, and others.

3

Add the Config

Add the JSON configuration block (see below) to your client's MCP settings file. The server runs via npx — no global install needed.

4

Start Using It

Ask your assistant to plan a project. It will automatically call the MCP tools and return structured plans with model recommendations and cost estimates.

Configuration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "vibe-coding-plan": {
      "command": "npx",
      "args": ["-y", "vibe-coding-plan-mcp"],
      "env": {
        "VIBE_API_TOKEN": "your-api-token-here"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project root:

{
  "mcpServers": {
    "vibe-coding-plan": {
      "command": "npx",
      "args": ["-y", "vibe-coding-plan-mcp"],
      "env": {
        "VIBE_API_TOKEN": "your-api-token-here"
      }
    }
  }
}

Environment Variables

VIBE_API_TOKEN (required) — Your API token from vibecoderplanner.com/api-tokens

VIBE_API_URL (optional) — Override the API base URL. Defaults to https://vibecoderplanner.com

Example Prompts

Once connected, just ask your AI assistant naturally. It will call the right MCP tool automatically.

Plan a SaaS project for invoice management with Stripe integration
How long would it take to build a real-time chat app with WebSockets?
What tech stack should I use for a multi-tenant B2B platform?
Break down a mobile fitness tracker app into tasks with cost estimates
Estimate the complexity of building an AI-powered resume screener

How It Works

1.

You ask your AI assistant to plan a project in natural language.

2.

The assistant calls the MCP server, which forwards the request to the Vibe Coding Plan API.

3.

The API returns a structured plan — tasks with descriptions, prompts, time estimates, complexity ratings, and recommended AI models per task.

4.

Your assistant presents the plan in a readable format. You can then open it in the full Vibe Coding Plan dashboard to execute tasks with automatic model routing.

Vibe Planner
AI-Powered Development

Turn any idea into a fully planned, code-ready project in minutes. Vibe Planner uses AI to break your concept into tasks, generate developer prompts, and execute them automatically.

Start Building Free

No credit card required

Why Vibe Planner?
AI Project Planning

Describe your idea and get a structured plan with tasks, milestones, and technical decisions in seconds.

Smart Coding Prompts

Each task comes with optimized prompts for Cursor, Copilot, or any AI coding tool you use.

Autonomous Execution

AI agents write code, create branches, and open Pull Requests on your GitHub repo — hands-free.

Kanban Board

Track progress with a visual board. Drag tasks between columns, edit details, and stay organized.

50+ Tech Stacks

React, Next.js, Laravel, Django, Flutter, and more. AI plans are tailored to your stack.

M
K
J
Trusted by developers worldwide
Free plan available No credit card required