Project Planner
Freeby MCP Community
A MCP tool that suggests GitHub starter templates based on user project ideas.
v1.0.1Added Apr 12, 2026
mcpgithubaiprojectstarter
Project Planner MCP Server
A MCP tool that suggests GitHub starter templates based on user project ideas.
Installation
npx -y project-planner
Reviews
Installation
Quick install
npx -y project-planner
Add to claude_desktop_config.json
{
"mcpServers": {
"project-planner": {
"command": "npx",
"args": ["-y", "project-planner"]
}
}
}