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
By mmorris35
Installation
npx -y devplan-mcp-serverConfiguration
{
"mcpServers": {
"devplan-mcp-server": {
"command": "npx",
"args": ["-y", "devplan-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes