The cc-reviewer MCP server provides AI agents with access to Codex and Gemini CLIs for code review. It connects to these models to offer second-opinion feedback on Claude Code projects. Developers use it to validate code quality and catch issues early in the development process.
The cc-reviewer MCP server provides AI agents with access to Codex and Gemini CLIs for code review. It connects to these models to offer second-opinion feedback on Claude Code projects. Developers use it to validate code quality and catch issues early in the development process.
npx -y cc-reviewerAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"cc-reviewer-npm": {
"command": "npx",
"args": [
"-y",
"npx -y cc-reviewer"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from cc-reviewer?"
API Key Required
This server requires an API key from cc-reviewer. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CC-REVIEWER_API_KEY | Yes | Your cc-reviewer API key |
"What resources are available in cc-reviewer?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in cc-reviewer"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in cc-reviewer with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.