Claude Code MCP Setup

Connect Yavy to Claude Code using MCP for real-time documentation search, or install the Yavy Claude Code Plugin for interactive Skills generation.

Configuration

Claude Code

Quick Install

Run this command in your terminal to add the MCP server:

terminal
claude mcp add --transport http yavy https://yavy.dev/mcp/your-project
or configure manually
.mcp.json

Manual Setup Steps

  1. 1
    Create or open the .mcp.json file in your project directory
  2. 2
    Copy the configuration above and paste it into your .mcp.json file
  3. 3
    Restart Claude Code for changes to take effect
  4. 4
    Verify installation by running claude mcp list

Tip

The .mcp.json file in your project directory makes the MCP server available to your team. Public sources work instantly; private sources prompt for OAuth 2.1 login.

Claude Web (claude.ai)

Setup Custom Connector

  1. 1
    Go to claude.ai and click on your profile icon
  2. 2
    Navigate to Settings > Connectors
  3. 3
    Click Add custom connector
  4. 4
    Fill in the connector details:
    Name:Yavy
    Remote MCP Server URL:https://yavy.dev/mcp/your-project
  5. 5
    Click Add to save your connector

Note

Custom connectors are available for Pro, Max, Team, and Enterprise plans only.

Claude Code Plugin

For Skills generation, install the Yavy Claude Code Plugin for an interactive setup wizard.

terminal
/plugin marketplace add yavydev/claude-code
/plugin install yavy-docs@yavy
/yavy:init
Full plugin guide

Next Steps