lean-planning-mcp

jeffersonbim/lean-planning-mcp
★ 1 stars Python AI/LLM Updated today
Lean planning MCP server: reads Microsoft Project, Primavera P6 and Synchro schedules and adds AWP + Last Planner System layers. 49 tools for Claude Desktop and other MCP clients.
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": {
    "lean-planning-mcp": {
      "command": "uvx",
      "args": [
        "lean-planning-mcp"
      ]
    }
  }
}

Or install with pip: pip install lean-planning-mcp