cc-ref-mcp

Document MCP server transports, scopes, schema, and CLI commands for Claude Code.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/UsernameTron/Claude-Code-Kickstart --skill cc-ref-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-ref-mcp
Source: https://github.com/UsernameTron/Claude-Code-Kickstart/tree/main/plugins/claude-code-factory/skills/cc-ref-mcp
Command: npx skills add https://github.com/UsernameTron/Claude-Code-Kickstart --skill cc-ref-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code MCP reference provides authoritative documentation for MCP servers, clarifying transport types, scopes, .mcp.json schema, CLI commands, authentication methods, environment variable expansion, and plugin-provided MCP servers. It is intended as background knowledge and is not a user-invoked command.

Core Features & Use Cases

  • Transport types: HTTP, SSE, and stdio configurations for MCP servers.
  • Installation scopes and schema guidance: local, project, and user scopes with .mcp.json structure.
  • Reference for authentication patterns, plugin MCP servers, subagent scoping, and enterprise configuration.

Quick Start

Refer to this MCP reference to configure MCP servers in Claude Code projects.

Frequently Asked Questions about cc-ref-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure MCP servers in Claude Code using .mcp.json?

Claude Code MCP servers are configured through the .mcp.json schema, which defines transport types, authentication, and installation scopes. This reference provides the schema structure for local, project, and user scopes to streamline your setup.

What transport types does the Claude Code MCP server support?

Claude Code MCP server supports HTTP, SSE, and stdio transport types. This reference details how to configure each transport mechanism within your .mcp.json file to establish proper server communication channels.

What are the installation scopes for MCP servers in Claude Code projects?

Installation scopes for Claude Code MCP servers include local, project, and user scopes. This reference explains how to apply these scopes to control where server configurations are active across your development environment.

Does Claude Code MCP configuration support environment variable expansion and authentication patterns?

Yes, Claude Code MCP configuration supports environment variable expansion and various authentication patterns. This reference documents how to implement auth methods and expand environment variables within your server setup securely.

Can I use plugin-provided MCP servers and subagent scoping in Claude Code?

Plugin-provided MCP servers and subagent scoping are supported in Claude Code. This reference covers how to integrate plugin servers and apply subagent scoping for enterprise configuration and targeted project environments.