Skip to content

Project Planner

Free

by MCP Community

A MCP tool that suggests GitHub starter templates based on user project ideas.

v1.0.1Added Apr 12, 2026
mcpgithubaiprojectstarter
Works with:ClaudeGPTGeminiCopilot

Project Planner MCP Server

A MCP tool that suggests GitHub starter templates based on user project ideas.

Installation

npx -y project-planner

Reviews

Leave a Review

Installation

Quick install
npx -y project-planner
Add to claude_desktop_config.json
{
  "mcpServers": {
    "project-planner": {
      "command": "npx",
      "args": ["-y", "project-planner"]
    }
  }
}