Claude Desktop & Web Setup

Connect Yavy to Claude Desktop or Claude Web (claude.ai) for real-time documentation search in your conversations.

Option 1: Claude Desktop App

  1. 1
    Open Claude Desktop and go to Settings
  2. 2
    Navigate to the Developer section
  3. 3

    Click Edit Config to open the configuration file. The file opens at:

    macOS:~/Library/Application Support/Claude/claude_desktop_config.json
    Windows:%APPDATA%\Claude\claude_desktop_config.json
  4. 4
    Paste the configuration below into the file:
claude_desktop_config.json
{
  "mcpServers": {
    "yavy": {
      "type": "http",
      "url": "https://yavy.dev/mcp/your-org/your-project"
    }
  }
}
  1. 5
    Save the file and restart Claude Desktop
  2. 6
    Authenticate with your Yavy account when prompted

Option 2: Claude Web (claude.ai)

  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-org/your-project
  5. 5
    Click Add to save your connector

Note

Connector limits are set by Claude.ai (Anthropic), not Yavy. Claude.ai Pro, Max, Team, and Enterprise accounts can add Yavy with no published connector cap. See Anthropic's custom connectors guide for current details.

Next Steps