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 CLI, Skills, or MCP
How Integration Works
Yavy provides two paths to connect your content with AI assistants. Choose one or use both together.
Install the Yavy CLI to search your docs from the terminal or generate portable Skills packages. Skills embed directly in your project and work offline. No server needed at runtime.
$ npm install -g @yavydev/cli
$ yavy initWorks offline, even in CI/CD pipelines
Semantic search with source attribution
The Model Context Protocol (MCP) connects AI assistants to external data sources in real-time. Yavy generates a unique MCP server for each project. Content stays current automatically.
{
"mcpServers": {
"yavy": {
"type": "http",
"url": "https://yavy.dev/mcp/your-org/your-project"
}
}
}Always current. Content syncs automatically.
Standard protocol. Works with any MCP-compatible tool.