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
{
"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