ToolPlan MCP
The ToolPlan MCP server provides a single tool, plan_project, that transforms a raw project idea into a structured, cost-aware, markdown-formatted prompt for AI coding agents.
What it does:
Takes a raw project idea and quality grade to produce an enriched prompt containing a project brief, recommended tech stack, high-leverage open-source tools/MCPs/skills that AI models typically miss, cost-saving execution directives (e.g., subagent delegation, plan-first execution), and source references.
Leverages a bundled, curated knowledge base (
kb/*.yaml) covering stacks, tools, MCPs, skills, and directives — no live network calls at runtime.Designed to make projects more "one-shotable" by producing a superior first prompt, even on non-frontier models.
Input Parameters:
idea(required, string, min 10 chars) — Your raw project descriptiongrade(required:"industry"or"personal") — The quality/professionalism targettags(optional, array of strings) — Additional tags to guide knowledge base matching
Key Characteristics:
Runs entirely locally; no external data is sent (privacy-preserving)
Single-shot execution — no long-running or interactive tasks
Optional local logging for usage analysis
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., "@ToolPlan MCPplan a personal habit tracker app"
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.
ToolPlan MCP
Turn a raw project idea into a polished, cost-aware first prompt for any AI coding agent.
Why
Models pick tech stacks decently — but they:
Under-recommend high-leverage open-source tools. Niche skills, scrapers, and community tools from GitHub/Reddit (Agent-Reach, caveman, karpathy-guidelines, ...) save hours, and models rarely surface them unprompted. Programmers who don't track this ecosystem lose that time.
Never apply cost-saving techniques on their own. Subagent delegation, plan-first execution, task-by-task verification — models don't do these unless told, and casual users don't know to ask. Result: millions of wasted tokens.
Do better with a structured first prompt. A polished brief with stack, constraints, and done-criteria makes a project far more one-shotable — even on non-frontier models.
ToolPlan packages all three into one MCP tool call.
Related MCP server: PromptArchitect MCP
How it works
your raw idea ──▶ plan_project(idea, grade) ──▶ enriched prompt
│
reads curated KB (kb/*.yaml):
stacks · tools · MCPs · skills · directives
each with why_models_miss_it + cost_profileNo live scraping at runtime — a weekly offline pipeline proposes KB updates as human-reviewed diffs, so advice stays current without hype pollution.
Quick start (Claude Code)
claude mcp add toolplan -- npx -y toolplan-mcpThen either:
/toolplan <your idea>— copycommands/toolplan.md(shipped in the npm package) to~/.claude/commands/first. The agent calls the tool, shows you the refined prompt verbatim, and waits for you to proceed, edit, or regenerate — it never starts building on its own./mcp__toolplan__plan— zero-install; Claude Code auto-exposes the server's built-inplanprompt as a slash command.Or just ask in chat: "Use plan_project with my idea: an app that tracks freelance invoices, grade personal."
Other hosts (Cursor, Codex CLI, any stdio MCP host): see docs/HOST_SETUP.md.
Tool API
plan_project(idea: string, grade: "industry" | "personal", tags?: string[])
→ markdown enriched prompt: project brief, recommended stack, tools you'd
likely miss, execution directives, quality bar, sources.
Knowledge base
One YAML file per entry under kb/<category>/. Format: docs/KB_SCHEMA.md.
Contributions welcome — PRs must pass the eval regression suite.
Privacy note: running the tool never phones home. The KB is read-only at
runtime and bundled with the package; nobody's usage updates it. Optional
TOOLPLAN_LOG writes usage lines to a local file you control.
Improving the KB
Three ways, smallest first:
Add one entry by hand. Copy an existing YAML in
kb/<category>/, fill the fields honestly (especiallywhy_models_miss_it), runnpm test && npm run eval, open a PR.Mine your own usage. Set
TOOLPLAN_LOG=toolplan.jsonlin the server env, use the tool for a while, thennpm run log-to-case toolplan.jsonl— real ideas become eval-case skeletons; weak matches show you exactly which keywords the KB is missing.Run the weekly refresh. Point a Claude agent at pipeline/REFRESH.md; it researches new tools and writes proposals to
pipeline/proposals/<date>/with evidence. You reviewPROPOSAL.md, move accepted files intokb/, runnpm test && npm run eval, commit.
Staleness check anytime: npm run stale.
Development
npm install
npm run build
npm test
npm run smoke # end-to-end stdio call against the built serverStatus
v1: web-application scope only. See PLAN.md for roadmap (eval harness, refresh pipeline, host adapters).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- 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/aaditya0602/toolplan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server