OMC
Oh My ClaudeCodev4.12.0

MCP Setup

A skill that configures MCP servers to extend Claude Code's capabilities

Overview

MCP Setup is a skill that configures Model Context Protocol (MCP) servers to provide Claude Code agents with additional tools such as web search, file system access, and GitHub integration.

Configuration is done using the claude mcp add command.

Usage

/oh-my-claudecode:mcp-setup

Supported MCP Servers

Context7

Retrieves official documentation for libraries and frameworks. No API key required.

claude mcp add context7 -- npx -y @upstash/context7-mcp

Enhanced web search capabilities.

claude mcp add -e EXA_API_KEY=<key> exa -- npx -y exa-mcp-server

Filesystem

Extended file system access capabilities.

claude mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem <dirs>

GitHub

GitHub API integration (issues, PRs, repository management).

# Docker (local)
claude mcp add -e GITHUB_PERSONAL_ACCESS_TOKEN=<token> github -- docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server

# HTTP (remote)
claude mcp add --transport http github https://api.githubcopilot.com/mcp/

Custom

Add a custom MCP server.

# stdio server
claude mcp add <name> -- <command> [args...]

# HTTP server
claude mcp add --transport http <name> <url>

Verify Installation

claude mcp list

Troubleshooting

IssueSolution
MCP server not loadingVerify Node.js 18+ is installed
API key issuesCheck your key in the respective service dashboard
Using built-in toolsRestart Claude Code
  • omc-setup - Full OMC configuration (includes MCP)
  • setup - Unified setup entry point

Reference

ItemValue
Invocation/oh-my-claudecode:mcp-setup
Magic Keyword-
CategoryUtility

On this page