Skip to content
Claude Desktop

reviewable artifacts for Claude Desktop

com.bereviewable/reviewable-artifacts

Reviewable workspace discovery and private HTML review creation via stdio MCP.

client:Claude Desktop transport:stdio runtime:npm

Install reviewable artifacts in Claude Desktop

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

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

{
  "mcpServers": {
    "reviewable-artifacts": {
      "command": "npx",
      "args": [
        "-y",
        "reviewable-artifacts-mcp"
      ],
      "env": {
        "REVIEWABLE_MCP_BASE_URL": "<REVIEWABLE_MCP_BASE_URL>",
        "REVIEWABLE_MCP_WORKSPACE_KEY": "<REVIEWABLE_MCP_WORKSPACE_KEY>",
        "REVIEWABLE_MCP_REVIEWS": "<REVIEWABLE_MCP_REVIEWS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

reviewable artifacts in other clients