Skip to content
Claude Desktop

DevPlan MCP Server for Claude Desktop

io.github.mmorris35/devplan-mcp-server

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

client:Claude Desktop transport:streamable-http

Install DevPlan MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "devplan-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://devplan-mcp-server.mike-c63.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

DevPlan MCP Server in other clients