powerplan for Claude Desktop
io.github.cynacons/powerplan
MCP server that makes PLAN.md the operational backbone of agentic development
client:Claude Desktop
transport:stdio
runtime:pypi
Install powerplan in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"powerplan": {
"command": "uvx",
"args": [
"powerplan-mcp"
],
"env": {
"PYTHONUNBUFFERED": "<PYTHONUNBUFFERED>",
"PYTHONIOENCODING": "<PYTHONIOENCODING>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs