docs/developers/mcp-servers/airbyte-knowledge-mcp.md
The Airbyte knowledge MCP server connects AI agents to comprehensive sources of information about Airbyte. It provides semantic search over Airbyte's documentation, website, OpenAPI specs, YouTube content, and GitHub issues, discussions, and pull requests.
When you're working with an AI agent on tasks that involve Airbyte, the MCP server gives your agent up-to-date context about Airbyte's features, APIs, and best practices without leaving your development environment.
The Airbyte knowledge MCP is helpful when your AI agent is:
Any time an agent performs a task that requires interacting with Airbyte, the MCP server can provide relevant context.
The server URL is https://airbyte.mcp.kapa.ai.
If you're using Cursor or VS Code, you can connect with one click through the Ask AI button in the Airbyte documentation. Click the button, then select the MCP install option from the dropdown menu.
If you're using Claude Desktop or Claude Code, run the following command in your system terminal (e.g., Terminal on macOS, Command Prompt/PowerShell on Windows, or your preferred shell on Linux):
claude mcp add --transport http airbyte-docs https://airbyte.mcp.kapa.ai
The Airbyte knowledge MCP works with any MCP-compatible tool, including Windsurf and ChatGPT Desktop. Refer to your tool's documentation for instructions on adding MCP servers, and use the server URL https://airbyte.mcp.kapa.ai.
When connecting for the first time, you'll be prompted to sign in with any Google account. This authentication is used only to enforce rate limits and prevent abuse of the server. Airbyte does not access your email, name, or other personal data.
For Claude: If you need to authenticate (or re-authenticate) with the Airbyte Knowledge MCP server, you can manually trigger the authentication flow from within Claude Code CLI.
/mcp listThis is useful if you dismissed the initial authentication prompt, your authentication has expired, or you want to verify your connection status.
Each authenticated user is limited to 40 requests per hour and 200 requests per day.