#Quick Setup
No installation required. Run the MCP server via npx. Add the following config to your AI tool's settings:
{
"mcpServers": {
"open-code-review": {
"command": "npx",
"args": [
"-y",
"@opencodereview/mcp-server"
]
}
}
}npx automatically downloads and runs the latest MCP Server version. First launch may take a few seconds.