MCP server

Airbyte

MCP

Official Airbyte MCP. The data layer for agents.

Airbyte’s remote server. Query and act across the connectors you already run.

latest·Proprietary·Updated this quarter·github.com/airbytehq/airbyte·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "airbyte": {
      "url": "https://mcp.airbyte.ai/mcp"
    }
  }
}

By Airbyte

Spec

What the server actually exposes.

  • list_sources

    read

    Connected sources.

  • query

    read

    Read from a synced stream.

  • trigger_sync

    write

    Kick a sync after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

airbyte-mcp.mcp/tools

Tools

  • list_sources

    Connected sources.

    read
  • query

    Read from a synced stream.

    read
  • trigger_sync

    Kick a sync after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_sources",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.