Skip to content
Cline

ProductPlan MCP Server for Cline

io.github.olgasafonova/productplan-mcp-server

Talk to roadmaps with AI. Query and manage bars, OKRs, ideas, and launches.

client:Cline transport:stdio runtime:oci

Install ProductPlan MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "productplan-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olgasafonova/productplan-mcp-server:6.0.0"
      ],
      "env": {
        "PRODUCTPLAN_API_TOKEN": "<PRODUCTPLAN_API_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ProductPlan MCP Server in other clients