MCP Complex Plans MCP Server

An MCP server for advanced AI workflow planning, sequential thinking, and task management

Local serverstdio

What is the MCP Complex Plans MCP server?

An MCP server for advanced AI workflow planning, sequential thinking, and task management. The mcp complex plans mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.

What it actually does

A Model Context Protocol (MCP) server designed to enhance AI workflows with advanced planning and sequential thinking capabilities. This server enables AI agents to create structured plans, manage tasks efficiently, and integrate seamlessly with development environments.

  • Plan Creation & Management — Create, update, list, and delete structured plans for complex tasks
  • Sequential Thinking — Integrated tool for dynamic problem-solving and analysis
  • Configuration — Customizable behavior through configuration files, CLI arguments, and environment variables
  • Git Integration — Automatic .gitignore management
  • Editor Integration — Open files in your preferred editor for review

Its toolset

Everything the assistant can do here goes through one of these:

  • createPlan — Create structured plans for complex tasks
  • updatePlan — Modify existing plans using SEARCH/REPLACE blocks
  • deletePlan — Remove completed or obsolete plans
  • listPlans — List all available plans in the current project
  • openInEditor — Open files in your configured editor for review
  • sequentialThinking — Dynamic problem-solving and analysis tool

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Configuration

You will need 4 environment variables: MCP_COMPLEX_PLANS_DEFAULT_EDITOR, MCP_COMPLEX_PLANS_AUTO_DELETE_PLANS, MCP_COMPLEX_PLANS_PLANS_DIR, MCP_COMPLEX_PLANS_DISABLED_TOOLS. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

When to reach for it

Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Complex Plans's toolset — createPlan, updatePlan, deletePlan and 3 more — is a fair guide to whether it matches your workflow. It is maintained by tuchsoft; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp complex plans mcp server does with a few real requests.

Available tools

ToolWhat it does
createPlanCreate structured plans for complex tasks
updatePlanModify existing plans using SEARCH/REPLACE blocks
deletePlanRemove completed or obsolete plans
listPlansList all available plans in the current project
openInEditorOpen files in your configured editor for review
sequentialThinkingDynamic problem-solving and analysis tool

How to install the MCP Complex Plans MCP server

{
  "mcpServers": {
    "complex-plans": {
      "command": "npx",
      "args": ["-y", "npm"],
      "env": {
        "MCP_COMPLEX_PLANS_DEFAULT_EDITOR": "your-value",
        "MCP_COMPLEX_PLANS_AUTO_DELETE_PLANS": "your-value",
        "MCP_COMPLEX_PLANS_PLANS_DIR": "your-value",
        "MCP_COMPLEX_PLANS_DISABLED_TOOLS": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
MCP_COMPLEX_PLANS_DEFAULT_EDITORConfiguration value read at startup.Optional
MCP_COMPLEX_PLANS_AUTO_DELETE_PLANSConfiguration value read at startup.Optional
MCP_COMPLEX_PLANS_PLANS_DIRFilesystem location the server is allowed to use.Optional
MCP_COMPLEX_PLANS_DISABLED_TOOLSConfiguration value read at startup.Optional

Example prompts to try

  • Use MCP Complex Plans to createPlan.
  • Use MCP Complex Plans to updatePlan.
  • Use MCP Complex Plans to deletePlan.

Frequently asked questions

It connects MCP Complex Plans to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (createPlan, updatePlan, deletePlan, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Complex Plans directly.