Skip to main content

MCP server for Airbyte connector building operations with AI ownership focus

Project description

connector-builder-mcp

Helping robots build Airbyte connectors.

Overview

A Model Context Protocol (MCP) server for Airbyte connector building operations, enabling AI ownership of the complete connector development lifecycle - from manifest validation to automated testing and PR creation.

Key Features

  • Manifest Operations: Validate and resolve connector manifests
  • Stream Testing: Test connector stream reading capabilities
  • Configuration Management: Validate connector configurations
  • Test Execution: Run connector tests with proper limits and constraints

Quick Start

Prerequisites:

  • uv for package management (brew install uv)
  • Python 3.10+ (uv python install 3.10)

If you are developing or testing locally, you will also want to install:

  • PoeThePoet as a task manager (uv tool install poethepoet)

See the Contributing Guide or Testing Guide for more information about working with the repo locally.

Install:

The Poe sync and install commands are identical, giving a quick way to update your virtual environment or create one from scratch, if needed.

# These are identical:
uv sync --all-extras
poe install
poe sync

Run:

# You can use any of these to start the server manually:
uv run connector-builder-mcp
poe mcp-serve-local
poe mcp-serve-http
poe mcp-serve-sse

MCP Client Configuration

To use with MCP clients like Claude Desktop, add the following configuration:

Stable Version (Latest PyPI Release)

{
  "mcpServers": {
    "connector-builder-mcp": {
      "command": "uvx",
      "args": [
        "--upgrade",
        "airbyte-connector-builder-mcp",
      ]
    }
  }
}

Development Version (Main Branch)

{
  "mcpServers": {
    "connector-builder-mcp": {
      "command": "uvx",
      "args": [
        "--upgrade",
        "--from",
        "git+https://github.com/airbytehq/connector-builder-mcp.git@main",
        "connector-builder-mcp"
      ]
    }
  }
}

Local Development

{
  "mcpServers": {
    "connector-builder-mcp": {
      "command": "uv",
      "args": [
        "run",
        "--project",
        "/path/to/repos/connector-builder-mcp",
        "connector-builder-mcp"
      ]
    }
  }
}

VS Code MCP Extension

For VS Code users with the MCP extension, use the included configuration in .vscode/mcp.json.

Contributing and Testing Guides

Using Poe Tasks

For convenience, you can use Poe the Poet task runner:

# Install Poe
uv tool install poethepoet

# Then use ergonomic commands
poe install         # Install dependencies
poe check           # Run all checks (lint + typecheck + test)
poe test            # Run tests
poe mcp-serve-local # Serve locally
poe mcp-serve-http  # Serve over HTTP
poe mcp-serve-sse   # Serve over SSE

You can also run poe --help to see a full list of available Poe commands.

If you ever want to see what a Poe task is doing (such as to run it directly or customize how it runs), check out the poe_tasks.toml file at the root of the repo.

Project details


Download files

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

Source Distribution

airbyte_connector_builder_mcp-0.1.8.tar.gz (343.8 kB view details)

Uploaded Source

Built Distribution

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

airbyte_connector_builder_mcp-0.1.8-py3-none-any.whl (93.9 kB view details)

Uploaded Python 3

File details

Details for the file airbyte_connector_builder_mcp-0.1.8.tar.gz.

File metadata

File hashes

Hashes for airbyte_connector_builder_mcp-0.1.8.tar.gz
Algorithm Hash digest
SHA256 cc0d6492c880529af6c324424e8a8e5c7c7d81e7de581ea47aab29c7d2548c6c
MD5 e7315e38897de4f3b2d2c38b2e44fe83
BLAKE2b-256 9e35d4c5a2eb40d8828a253934d1350588cc00249be4d1e5289574bc1f77e49c

See more details on using hashes here.

Provenance

The following attestation bundles were made for airbyte_connector_builder_mcp-0.1.8.tar.gz:

Publisher: publish-command.yml on airbytehq/connector-builder-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file airbyte_connector_builder_mcp-0.1.8-py3-none-any.whl.

File metadata

File hashes

Hashes for airbyte_connector_builder_mcp-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 d6d4ca3b558d5151d5958227e2848c8be1eac6bb59bc49caaacc03fc36fd74be
MD5 e54c4a62ec52657bc117b84666624848
BLAKE2b-256 b7c172f3d52f28f9801c3dcb2b61a602dbc5608c8966709abe4c11fcf6f9cf55

See more details on using hashes here.

Provenance

The following attestation bundles were made for airbyte_connector_builder_mcp-0.1.8-py3-none-any.whl:

Publisher: publish-command.yml on airbytehq/connector-builder-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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