powerplan
Rank #13,197io.github.CynaCons/powerplan
MCP server that makes PLAN.md the operational backbone of agentic development
powerplan is a Model Context Protocol (MCP) server published by CynaCons. It ranks #13,197 of 132,113 servers tracked on MCP Toplist. powerplan is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 20, 2026 and most recently updated on Sep 19, 2026.
Ranks ahead of 118,916 of 132,113 servers on MCP Toplist.
Use powerplan
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add powerplan -e "PYTHONUNBUFFERED=<your PYTHONUNBUFFERED>" -e "PYTHONIOENCODING=<your PYTHONIOENCODING>" -- uvx powerplan-mcpReplace each placeholder with your own value before saving.
[mcp_servers.powerplan]
command = "uvx"
args = ["powerplan-mcp"]
[mcp_servers.powerplan.env]
PYTHONUNBUFFERED = "<your PYTHONUNBUFFERED>"
PYTHONIOENCODING = "<your PYTHONIOENCODING>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"powerplan": {
"command": "uvx",
"args": [
"powerplan-mcp"
],
"env": {
"PYTHONUNBUFFERED": "<your PYTHONUNBUFFERED>",
"PYTHONIOENCODING": "<your PYTHONIOENCODING>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"powerplan": {
"command": "uvx",
"args": [
"powerplan-mcp"
],
"env": {
"PYTHONUNBUFFERED": "<your PYTHONUNBUFFERED>",
"PYTHONIOENCODING": "<your PYTHONIOENCODING>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"powerplan": {
"type": "stdio",
"command": "uvx",
"args": [
"powerplan-mcp"
],
"env": {
"PYTHONUNBUFFERED": "<your PYTHONUNBUFFERED>",
"PYTHONIOENCODING": "<your PYTHONIOENCODING>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"powerplan": {
"command": "uvx",
"args": [
"powerplan-mcp"
],
"env": {
"PYTHONUNBUFFERED": "<your PYTHONUNBUFFERED>",
"PYTHONIOENCODING": "<your PYTHONIOENCODING>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"powerplan": {
"command": "uvx",
"args": [
"powerplan-mcp"
],
"env": {
"PYTHONUNBUFFERED": "<your PYTHONUNBUFFERED>",
"PYTHONIOENCODING": "<your PYTHONIOENCODING>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.CynaCons%2Fpowerplan)<a href="https://mcptoplist.com/server/io.github.CynaCons%2Fpowerplan"><img src="https://mcptoplist.com/badge/io.github.CynaCons%2Fpowerplan.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
CynaCons
Other servers by CynaCons
View all CynaCons servers →Available versions (3)
| Version | Published |
|---|---|
| 0.8.0 | Sep 19, 2026 |
| 0.7.0 | Aug 26, 2026 |
| 0.6.1 | Aug 22, 2026 |
Frequently asked questions
- Who maintains powerplan?
- powerplan is maintained by CynaCons, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is powerplan listed on the Official MCP Registry?
- Yes — powerplan is listed on the Official MCP Registry, alongside Glama.
- How many versions does powerplan have?
- MCP Toplist tracks 3 versions of powerplan, most recently published on Sep 19, 2026.
- Where can I find the source code for powerplan?
- The source code for powerplan is hosted at github.com/CynaCons/powerplan.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.