HomeOther › PlanExe

PlanExe

MCP server for generating rough-draft project plans from natural-language prompts.

Python Remote
★ 401 stars Last pushed 2026-09-20 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.planexe.org/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http planexe https://mcp.planexe.org/mcp --header "X-API-Key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "planexe": {
      "url": "https://mcp.planexe.org/mcp",
      "headers": {
        "X-API-Key": "<YOUR_VALUE>"
      }
    }
  }
}
  • X-API-Key required secret — PlanExe API key (UserApiKey from home.planexe.org, usually prefixed pex_).

Related servers

Data from the Official MCP Registry