idea-clarifier-mcp

menesekinci/idea-clarifier-mcp
★ 0 stars Python Code/Dev Tools Updated 1mo ago
MCP server for clarifying project ideas through structured Q&A
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "idea-clarifier-mcp": {
      "command": "uvx",
      "args": [
        "idea-clarifier-mcp"
      ]
    }
  }
}

Or install with pip: pip install idea-clarifier-mcp

README Excerpt

Idea Clarifier MCP turns an unclear product idea or a pending implementation plan into a structured decision session. New project ideas use an intent-first flow: the user first answers a short fixed set of option-based intent questions, optionally adding custom answers, then the MCP host prepares targeted product and technical questions from those answers. The server writes final decisions back into the target project as JSON.

Tools (7)

categoryget_answersquestionstart_clarificationstart_intent_clarificationstart_plan_clarificationwrite_decisions