Connect to Any AI Assistant
Yavy works with all MCP-compatible AI tools. Connect your documentation to Claude Desktop, Cursor, Windsurf, and more in under 2 minutes. Standard protocol, universal compatibility.
Popular Integrations
Step-by-step guides for the most popular AI tools
Claude Desktop
Anthropic's official desktop application for Claude. The most popular way to use Yavy with powerful reasoning capabilities.
- Native MCP support
- Skills packages
- OAuth authentication
Cursor
The AI-first code editor built for developers. Search your documentation while coding without leaving your IDE.
- In-editor search
- Context-aware suggestions
- Code generation
Windsurf
AI coding companion that helps you write better code faster. Connect your docs for accurate, grounded assistance.
- Real-time assistance
- Documentation lookup
- Error resolution
Also Works With
Any tool that supports MCP or Skills packages
How Integration Works
Yavy provides two paths to connect your content with AI assistants. Choose one or use both together.
The Model Context Protocol (MCP) is an open standard that allows AI assistants to connect to external data sources in real-time. Yavy generates a unique MCP server for each project that performs semantic search across your indexed content.
{
"mcpServers": {
"yavy-docs": {
"url": "https://yavy.dev/mcp/your-project",
"transport": "sse"
}
}
}Always current - content syncs automatically
Semantic search with source attribution
Skills are portable knowledge packages you generate with the Yavy CLI or from your dashboard and embed directly in your project. They follow the open Agent Skills standard supported by Claude, Copilot, and more. No server needed at runtime.
$ npm install -g @yavydev/cli
$ yavy login
$ yavy generate your-org/your-projectWorks offline - even in CI/CD pipelines
CLI and Claude Code plugin for easy generation