Connect Yavy to Claude Desktop
Give Claude Desktop access to your documentation with Yavy's MCP server, or export Skills packages for offline use. Stop hallucinations and get accurate, sourced answers from your actual content.
Why Connect Claude to Yavy?
Claude is incredibly powerful, but it can only work with information from its training data. By connecting Yavy, you give Claude access to your specific documentation - framework guides, API references, internal wikis, and more. No more guessing or making things up.
- Search your documentation directly from Claude conversations
- Get accurate, grounded answers instead of hallucinations
- Automatic source attribution with clickable links
- Real-time sync keeps content up to date
- Works with Claude's powerful reasoning capabilities
Example Query
You ask Claude:
"How do I implement authentication in Next.js 14?"
Claude searches your docs and responds:
"Based on the Next.js documentation you've indexed, here's how to implement authentication... [Source: nextjs.org/docs/authentication]"
Setup Instructions
Create a Yavy Project
First, you need a Yavy project with indexed content. If you haven't already:
- Sign up for a free Yavy account
- Create a new project and add your documentation URL
- Wait for indexing to complete (usually 1-2 minutes)
- Copy your MCP server URL from the project dashboard
Install Claude Desktop
Make sure you have Claude Desktop installed on your computer. You can download it from Anthropic's official website.
Download Claude DesktopConfigure MCP Server
Add your Yavy MCP server to Claude Desktop's configuration. Select your operating system below for platform-specific instructions:
Claude Code
Quick Install
Run this command in your terminal to add the MCP server:
claude mcp add --transport http yavy https://yavy.dev/mcp/<your-project>Manual Setup Steps
- 1Create or open the
.mcp.jsonfile in your project directory - 2Copy the configuration above and paste it into your
.mcp.jsonfile - 3Restart Claude Code for changes to take effect
- 4Verify installation by running
claude mcp list
Tip
.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
- 1Go to claude.ai and click on your profile icon
- 2Navigate to Settings > Connectors
- 3Click Add custom connector
- 4Fill in the connector details:Name:YavyRemote MCP Server URL:
https://yavy.dev/mcp/<your-project> - 5Click Add to save your connector
Note
Restart and Authenticate
After saving the configuration:
- Completely quit Claude Desktop (not just close the window)
- Reopen Claude Desktop
- When prompted, authenticate with your Yavy account
- Start asking questions about your documentation!
Alternative: Use Skills Packages
Prefer offline access? Generate Skills packages for portable, version-controllable AI knowledge.
Claude Code Plugin (recommended)
/plugin marketplace add yavydev/claude-code /plugin install yavy-docs@yavy /yavy:init
Yavy CLI
npm install -g @yavydev/cli yavy login yavy generate your-org/your-project
Troubleshooting
MCP server not connecting?
Make sure you've completely quit and reopened Claude Desktop after editing the config file. Check that your MCP URL is correct and your Yavy project is active.
Authentication issues?
If the OAuth flow doesn't complete, try clearing your browser cookies for yavy.dev and restarting Claude Desktop. Make sure pop-ups are allowed for the authentication window.
Claude not using the docs?
Try being explicit in your prompt, like "Search my documentation for..." or "Using the indexed docs, explain...". Claude will automatically use Yavy when it recognizes the query relates to your indexed content.