MCP server

Airbyte
MCPOfficial 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
readConnected sources.
query
readRead from a synced stream.
trigger_sync
writeKick 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
- read
list_sources
Connected sources.
- read
query
Read from a synced stream.
- write
trigger_sync
Kick a sync after you confirm.
Last call
{ "ok": true,
"tool": "list_sources",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
