Skip to content

ProductPlan MCP Server for Grok

io.github.olgasafonova/productplan-mcp-server

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

client:Grok transport:stdio runtime:oci

Install ProductPlan MCP Server in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ProductPlan MCP Server in other clients