Skip to main content

MCP server for Airbyte connectors - connect AI assistants to 500+ data sources

Project description

Airbyte MCP Server

Connect AI assistants to a growing catalog of data sources through the Model Context Protocol (MCP).

This project provides an MCP server that exposes Airbyte connectors as tools, enabling AI assistants like Claude, Cursor, and Codex to interact with your data sources directly.

Features

  • Growing Connector Catalog: Access any Airbyte connector (Salesforce, HubSpot, Stripe, databases, and more)
  • Two Execution Modes:
    • Local Mode: Direct API calls using your credentials
    • Cloud Mode: Execute through Airbyte Cloud for managed infrastructure
  • AI Tool Integration: One-command setup for Claude Code, Claude Desktop, Cursor, and Codex

Quick Start

  1. List available connectors:
uv run adp connectors list-oss
  1. Generate a connector configuration (e.g., Gong):
uv run adp connectors configure --package airbyte-agent-gong
  1. Set your connector credentials in .env:
GONG_ACCESS_KEY=your-access-key
GONG_ACCESS_KEY_SECRET=your-secret
  1. Register with your AI tool:
# Claude Code
uv run adp mcp add-to claude-code connector-gong-package.yaml

# Claude Desktop
uv run adp mcp add-to claude-desktop connector-gong-package.yaml

# Cursor
uv run adp mcp add-to cursor connector-gong-package.yaml

# OpenAI Codex
uv run adp mcp add-to codex connector-gong-package.yaml
  1. Restart your AI tool and start asking questions like "List all users from Gong" or "Search for calls from last week".

Configuration

Local Mode (Direct API Access)

For local execution with your own credentials. This mode calls the data source API directly and only supports operations that the API provides (e.g., list, get by ID).

Info: Arbitrary search/filter queries are not supported unless the underlying API supports them.

connector:
  package: airbyte-agent-gong
  version: 0.1.13  # optional, defaults to latest
credentials:
  access_key: ${env.GONG_ACCESS_KEY}
  access_key_secret: ${env.GONG_ACCESS_KEY_SECRET}

Cloud Mode (Airbyte Cloud)

For execution through Airbyte Cloud. This mode supports arbitrary search and filter queries across all entities, as data is kept up to date and indexed in Airbyte's infrastructure.

connector:
  connector_id: <connector-id>
credentials:
  airbyte_client_id: ${env.AIRBYTE_CLIENT_ID}
  airbyte_client_secret: ${env.AIRBYTE_CLIENT_SECRET}

Credentials use ${env.VAR_NAME} syntax and are resolved from .env files, which the CLI loads automatically.

You can also point the connector to a local path or a git repository — run uv run adp connectors configure --help for all options.

CLI Commands

All commands are run with uv run adp <command>. Use --help on any command for full options.

Login

Save your Airbyte Cloud credentials so they are available to all commands without a local .env file:

uv run adp login <organization-id>

This prints a link to the Airbyte authentication page for your organization where you can find your Client ID and Secret, then prompts for both values. Credentials are written to ~/.airbyte_agent_mcp/orgs/<organization-id>/.env and the organization is set as the default.

You can log into multiple organizations and switch between them:

uv run adp orgs list              # List logged-in organizations
uv run adp orgs default org-xyz   # Switch default organization
uv run adp --org org-abc <cmd>    # Override for a single command

Connectors

# List available connectors
uv run adp connectors list-oss
uv run adp connectors list-oss --pattern salesforce

# List cloud connectors
uv run adp connectors list-cloud
uv run adp connectors list-cloud --customer acme

# Generate a connector configuration
uv run adp connectors configure --package airbyte-agent-gong
uv run adp connectors configure --connector-id <id>

MCP Server

# Start with stdio transport (default)
uv run adp mcp serve connector-gong-package.yaml

# Start with HTTP transport
uv run adp mcp serve connector-gong-package.yaml --transport http --port 8080

# Register with an AI tool
uv run adp mcp add-to claude-code connector-gong-package.yaml

Chat

Chat with your connector data using natural language, powered by Claude. Requires ANTHROPIC_API_KEY.

# One-shot mode (great for piping)
uv run adp chat connector-gong-package.yaml "show me 5 users"

# Interactive REPL
uv run adp chat connector-gong-package.yaml

Development

# Install dependencies
uv sync --group dev

# Run tests
uv run poe test

# Format and lint
uv run poe format
uv run poe check

Links

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

airbyte_agent_mcp-0.1.136.tar.gz (217.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

airbyte_agent_mcp-0.1.136-py3-none-any.whl (174.1 kB view details)

Uploaded Python 3

File details

Details for the file airbyte_agent_mcp-0.1.136.tar.gz.

File metadata

  • Download URL: airbyte_agent_mcp-0.1.136.tar.gz
  • Upload date:
  • Size: 217.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for airbyte_agent_mcp-0.1.136.tar.gz
Algorithm Hash digest
SHA256 d820bd1fe9d618d7a3f5a2807589fc3279d685392b4f273642df6c1e3d0107c5
MD5 eb4c4bf5863411d8adbe939363dd1e0b
BLAKE2b-256 48ce2754efa995f438056a333a796ea334241f91b493f630600e4a4659f22645

See more details on using hashes here.

File details

Details for the file airbyte_agent_mcp-0.1.136-py3-none-any.whl.

File metadata

File hashes

Hashes for airbyte_agent_mcp-0.1.136-py3-none-any.whl
Algorithm Hash digest
SHA256 c009e9146ae4a0735110442e1ef8ca6cf2cc0bba9c2817cda6ac0952e6fc5a5c
MD5 0c29eadcd2b4b6124b02f0d3670db81b
BLAKE2b-256 f051ca4b1271359a9c25beb07b106a3d0cb79952bb44464b69cf832441126c41

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page