Back to MCP Servers

Devplan

Generate comprehensive, paint-by-numbers development plans using the [ClaudeCode-DevPlanBuilder](https://github.com/mmorris35/ClaudeCode-DevPlanBuilder) methodology. Creates PROJECT_BRIEF.md, DEVELOPMENT_PLAN.md, and CLAUDE.md.

developer-toolsgithubai

Installation

npx -y devplan-mcp-server

Configuration

{
  "mcpServers": {
    "devplan-mcp-server": {
      "command": "npx",
      "args": ["-y", "devplan-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub