Skip to content
VS Code

ainative prd mcp for VS Code

io.github.ainative-studio/ainative-prd-mcp

PRD Generator MCP — generate, validate, and manage Product Requirement Documents.

client:VS Code transport:stdio runtime:npm

Install ainative prd mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "ainative-prd-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ainative-prd-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ainative prd mcp in other clients