
Problem Solving MCP
Supports UIby telagod
Collaborative problem-solving framework with multi-role team simulation and Eisenhower Matrix prioritization.
What it does
This server transforms the AI into a high-performance problem-solving unit. It doesn't just answer a prompt; it simulates a professional team of 3-12 specialists (analysts, designers, developers, etc.) to decompose complex problems, analyze them through the Eisenhower Matrix, and generate executable, quality-checked solutions.
Tools
create_problem: Defines a problem with domain and complexity scores.solve_problem: The core engine that orchestrates the multi-role team to find a solution.get_role_recommendations: Suggests the optimal team composition based on problem complexity.check_solution: Performs a multi-dimensional quality audit (feasibility, risk, timeline).eisenhower_matrix_analysis: Categorizes tasks by urgency and importance.optimize_parallel_execution: Detects repetitive tasks and expands the virtual team to accelerate output.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"problem-solving": {
"command": "node",
"args": ["/path/to/problem-solving-mcp/dist/index.js"],
"cwd": "/path/to/problem-solving-mcp",
"env": {
"NODE_ENV": "production"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npm install -g problem-solving-mcpInformation
- Pricing
- free
- Published






