DevPlan MCP Server

Transform project ideas into paint-by-numbers development plans with phases, tasks, and subtasks.

Remote serverstreamable-http

What is the DevPlan MCP server?

Connect DevPlan to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Transform project ideas into paint-by-numbers development plans with phases, tasks, and subtasks. The devplan mcp server is what makes that connection.

What the server does

DevPlan is now available as a standalone Claude Code skill — no MCP server, no network dependency, no SSE timeouts. The entire DevPlan methodology runs locally as a first-class plugin.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Usage — Or just describe what you need — Claude will invoke the skill automatically:
  • Examples — The Examples tool exposed by this server
  • Planning — The Planning tool exposed by this server
  • Generation — The Generation tool exposed by this server
  • Analytics — The Analytics tool exposed by this server
  • Privacy — All analytics are privacy-preserving: - No IP storage: Only Cloudflare-derived country/region codes - No user identification: Sessions are

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

Plenty of cloud and infrastructure 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. DevPlan's toolset — Usage, Examples, Planning and 3 more — is a fair guide to whether it matches your workflow. It is maintained by mmorris35; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
UsageOr just describe what you need — Claude will invoke the skill automatically:
ExamplesThe Examples tool exposed by this server.
PlanningThe Planning tool exposed by this server.
GenerationThe Generation tool exposed by this server.
AnalyticsThe Analytics tool exposed by this server.
PrivacyAll analytics are privacy-preserving: - **No IP storage**: Only Cloudflare-derived country/region codes - **No user identification**: Sessions are anonymous - **Auto-expiration**: Daily stats expire after 90 days via KV

How to install the DevPlan MCP server

{
  "mcpServers": {
    "devplan": {
      "command": "npx",
      "args": ["-y", "npm"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use DevPlan to Usage.
  • Use DevPlan to Examples.
  • Use DevPlan to Planning.

Frequently asked questions

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