Idea Processor MCP
About
turn an idea into a plan custom node.js mcp server that runs locally
Details
- Author
- ban5104
- Downloads
- 129
- Categories
- Other
Jump to
- Three-step agent workflow: Idea to Plan, Planning Tuner, and Claude Builder.
- Transforms raw ideas into a structured PLANNING.md document.
- Generates CLAUDE.md and other project setup files.
- Simple installation and startup via npm.
- Workflow configuration stored in workflow-config.json.
Install the server by running npm install in the project directory, then start it with npm start. The server runs the workflow automatically upon invocation; no specific commands or configuration keys are described beyond the startup script.
Idea Processor MCP
An MCP (Model Context Protocol) server that processes ideas through a structured workflow to create project plans and documentation.
Workflow Steps
1. Idea to Plan Agent - Transforms raw ideas into structured initial plans
2. Planning Tuner Agent - Refines plans into a comprehensive PLANNING.md document
3. Claude Builder Agent - Creates CLAUDE.md and other project setup files
Installation
npm install
Usage
npm start
Structure
- agents/ - Contains the three workflow agents with their instructions and knowledge bases
- src/ - MCP server implementation
- state/ - Runtime state storage
- workflow-config.json - Workflow configuration
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



