This walks you through adding Model Context Protocol servers to Claude Code using the `claude mcp add` CLI. It breaks setup into staged menus (important because recent builds reject large option payloads), then handles the four most common servers: Context7 for docs lookup, Exa for web search, Filesystem for directory access, and GitHub for repo management. Context7 needs no API key, the others do. The skill also covers custom MCP servers and includes a company-context convention if you want to inject org-specific reference material into OMC workflows. Useful if you're past the basics and want Claude Code agents to have more than the built-in toolset.
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill mcp-setup