Skip to main content

PyAirbyte MCP Server

Not availableCoreNot availableStandardNot availablePlusNot availableProNot availableEnterprise FlexNot availableSelf-Managed EnterpriseAvailableEmbedded Compare

NOTE: This MCP server implementation is experimental and may change without notice between minor versions of PyAirbyte. The API may be modified or entirely refactored in future versions.

The PyAirbyte MCP (Model Context Protocol) server provides a standardized interface for managing Airbyte connectors through MCP-compatible clients. This experimental feature allows you to list connectors, validate configurations, and run sync operations using the MCP protocol.

Documentation

For complete setup instructions, troubleshooting guidance, and detailed documentation, please refer to the authoritative PyAirbyte MCP documentation:

PyAirbyte MCP Server Documentation

The PyAirbyte documentation includes:

  • Step-by-step setup instructions
  • Environment configuration requirements
  • Security model and safety features
  • Troubleshooting guide with common issues and solutions
  • Architecture overview
  • Prerequisites checklist

Quick Start

To get started with the PyAirbyte MCP server:

  1. Install uv: brew install uv
  2. Create a dotenv secrets file with your Airbyte Cloud credentials and connector configurations
  3. Register the MCP server with your MCP client using uvx --python=3.11 --from=airbyte@latest airbyte-mcp
  4. Test the connection using your MCP client

For detailed instructions on each step, see the PyAirbyte MCP documentation.

Helpful Prompts

Here are some things you can do with the PyAirbyte MCP server, across local and Airbyte Cloud use cases:

  1. "Use your MCP tools to list all available Airbyte connectors."
  2. "Use your MCP tools to get information about the Airbyte Stripe connector."
  3. "Use your MCP tools to list all variables you have access to in the dotenv secrets file."
  4. "Use your MCP tools to check your connection to your Airbyte Cloud workspace."
  5. "Use your MCP tools to list all available destinations in my Airbyte Cloud workspace."

Contributing to the Airbyte MCP Server

Additional resources

For issues and questions: