Skip to main content

MCP server that exposes Airbyte Connector SDK as MCP tools

Project description

Airbyte Agent MCP Server

MCP server that exposes the Airbyte Connector SDK as Model Context Protocol tools.

Features

  • Execute: Run operations on any connector (primary tool)
  • List Entities: Discover available entities in a connector
  • Describe Entity: Get detailed schema for an entity
  • Validate Operation: Check parameters before execution

Configuration

1. Create configured_connectors.yaml

# Connector definitions
connectors:
  - id: stripe
    type: local
    path: ../integrations/stripe/connector.yaml
    description: "My Stripe API connector"
    secrets:
      api_key: STRIPE_API_KEY

configured_connectors.yaml.example contains an example of how to configure connectors.

2. Create .env file

STRIPE_API_KEY=sk_test_your_stripe_api_key_here

Running

uv run airbyte_agent_mcp

The server also takes in args for specific paths to the configured_connectors.yaml file and the env file. With custom paths:

python -m airbyte_agent_mcp path/to/configured_connectors.yaml path/to/.env

The default paths are ./configured_connectors.yaml and ./.env

Usage with Claude Code

Add to ~/.claude.json:

"mcpServers": {
  "airbyte-agent-mcp": {
    "type": "stdio",
    "command": "uv",
    "args": [
      "--directory",
      "/path/to/sonar/connector-mcp",
      "run",
      "airbyte_agent_mcp"
    ],
    "env": {}
  }
},

Development / Testing

# Install dev dependencies
uv sync --all-extras

# Run tests
uv run pytest

# Format code
uv run ruff format .

# Lint code
uv run ruff check .

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.5.tar.gz (81.7 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.5-py3-none-any.whl (101.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for airbyte_agent_mcp-0.1.5.tar.gz
Algorithm Hash digest
SHA256 86e9580fec105e596673482142bd2b1a05270be6b3d14552d0b96bf2cc35e8a5
MD5 791451fd7f9e2e8463e2779d2fab8f97
BLAKE2b-256 375e66d4e89cd968b8875f791c94dc248f61132c2a673bfc2be6d3b642aa9eb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for airbyte_agent_mcp-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d1ba09820cee6f0d07dade7c550335421329f57cdc7a51b20852329b5b887f2a
MD5 5bb22ef6ee3ca28ec0f4b04dcfcdccad
BLAKE2b-256 0724a0e05b9e05fa76fe3c823f02e4b919b98f9260dd9cffce2f4fb48969b7ca

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