Back to Apps

Oh-My-ClaudeCode
by Lynricsy
Multi-agent collaboration MCP server allowing Claude to orchestrate specialized agents for coding, review, and research.
0 stars
Works in:claude
Exposes:Tools
What it does
Oh-My-ClaudeCode transforms Claude into an architect capable of scheduling multiple professional agents to execute complex tasks, creating an automated multi-party collaboration loop. It reduces costs by using Claude for high-level reasoning and specialized agents for execution.
Tools
coder: High-volume code generation and modification using a configurable backend.reviewer: Independent code audit and architectural consultation via Codex CLI.advisor: Expert technical consulting and second-opinion architecture design.frontend: Specialized UI/UX design and implementation for React/Vue/Svelte.chore: Automation of repetitive tasks like bulk renaming and formatting.librarian: Web research, documentation querying, and code search.looker: Multimodal analysis of PDFs, images, and video via Gemini API.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"omcc": {
"command": "uvx",
"args": ["--refresh", "--from", "git+https://github.com/Lynricsy/Oh-My-ClaudeCode.git", "omcc-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
claude mcp add omcc -s user --transport stdio -- uvx --refresh --from git+https://github.com/Lynricsy/Oh-My-ClaudeCode.git omcc-mcpInformation
- Pricing
- free
- Published
- 7/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"omcc": {"command": "uvx", "args": ["--refresh", "--from", "git+https://github.com/Lynricsy/Oh-My-ClaudeCode.git", "omcc-mcp"]}}}





