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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"lean-planning-mcp": {
"command": "uvx",
"args": [
"lean-planning-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add lean-planning-mcp uvx lean-planning-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"lean-planning-mcp": {
"command": "uvx",
"args": [
"lean-planning-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install lean-planning-mcp