연결된 앱

AI 에이전트를 위한 Airtable MCP 통합

bases를 일반 언어로 query하고 update하세요.

Airtable MCP server를 통해 Airtable을 연결하면 MoClaw가 base schema를 읽고, records를 list 및 filter하고, single record를 조회하고, 새 records를 만들 수 있습니다. 선택한 bases와 permissions로 scope가 지정된 Airtable personal access token으로 authorize하므로, agent는 사용자가 허용한 data만 다룹니다.

작동 방식

엔지니어링 없이 3단계로 Airtable를 연결합니다.

  1. 1

    Airtable personal access token 생성

    Airtable에서 원하는 scopes(schema.bases:read 및 data.records:read, 필요하면 write scopes 포함)를 가진 personal access token을 만들고, agent가 봐야 하는 특정 bases에 대한 access를 grant합니다.

  2. 2

    Airtable MCP server 실행

    해당 token으로 Airtable MCP server를 account에 연결합니다. 이 server는 bases list, base schema read, records list 및 filter, single record get, records create tools를 노출합니다.

  3. 3

    MoClaw에 추가

    MoClaw에서 Connectors로 이동해 Add MCP server를 선택하고 Airtable MCP endpoint를 지정한 뒤 bases에 대해 질문하기 시작합니다.

팀이 Airtable을 MoClaw에 연결하는 이유

Airtable은 많은 팀이 spreadsheet에는 맞지 않지만 실제 database까지는 가지 않은 데이터를 보관하는 곳입니다. CRM-lite pipelines, content calendars, inventory, applicant trackers, project plans 같은 것들입니다. 구조는 좋지만, 그 안에서 질문에 답하거나 최신 상태로 유지하려면 여전히 interface를 이리저리 클릭해야 합니다.

Airtable MCP server를 연결하면 MoClaw가 bases를 직접 대상으로 작업할 수 있습니다. table을 요약하거나, condition으로 records를 filter하거나, 조치하기 전에 특정 record를 가져오거나, 대화에서 새 rows를 추가하라고 요청할 수 있습니다. 먼저 base schema, 즉 tables, fields, field types를 읽으므로 column names를 추측하지 않고 구조를 이해합니다.

Access는 Airtable의 personal access tokens를 통해 scoped됩니다. 필요한 scopes(schema와 record reads, 원하면 writes)만, 선택한 bases에 대해서만 grant합니다. 따라서 MoClaw가 base 위에서 질문에 답하게 하면서 write access는 의도적으로 제어할 수 있습니다. Airtable은 2024년 초 API keys를 retired했으므로 connections는 personal access tokens를 사용합니다.

이렇게 말해보세요

Airtable에 바로 붙여 넣을 수 있는 실제 prompts입니다.

  • 내 content calendar base를 요약해 줘. 이번 주 scheduled 항목과 owner가 없는 항목은 무엇이야?
  • Leads table에서 status가 'New'이고 source가 'Webinar'인 records를 나열해 줘.
  • 이 applicant의 record를 조회하고 pipeline에서 어느 단계인지 알려줘.
  • 이 action items에서 Tasks table에 새 rows 3개를 추가하고 올바른 status와 owner를 넣어 줘.

단계별 데모

prompt를 보내면 실제로 일어나는 일입니다.

Prompt 01 4 단계

“내 content calendar에서 지연된 항목은 무엇이고 owner는 누구야?”

MoClaw가 하는 일

  1. 1 base schema를 읽어 content calendar table과 status, owner, date fields를 찾습니다.
  2. 2 이번 주 또는 그 이전 due이면서 done으로 표시되지 않은 records를 나열합니다.
  3. 3 behind-schedule items를 owner별로 그룹화합니다.
  4. 4 record references가 포함된 짧은 summary를 반환합니다.
결과

MoClaw가 보고합니다. '5개 items가 behind입니다: Dana 소유 3개(two drafts, one review), unassigned 2개. 다음 주 due 항목은 모두 on track입니다. unassigned 항목에 flag를 달까요?'

Airtable integration for busy teams and founders

Teams that commonly use Airtable with MoClaw workflows.

FAQ

가격, 개인정보, 제한에 대한 빠른 답변입니다.

MoClaw는 Airtable에 어떻게 연결하나요?
Airtable personal access token으로 authorize된 Airtable MCP server를 통해 연결하고, MoClaw의 Connectors > Add MCP server에서 추가합니다. Airtable은 2024년 초 API keys를 retired했으므로, connections는 특정 bases로 scoped된 personal access tokens를 사용합니다.
read-only로 유지할 수 있나요?
예. personal access token에 read scopes(schema.bases:read 및 data.records:read)만 grant하면, agent는 records를 변경하지 않고 summarize 및 query할 수 있습니다.
실제로 무엇을 할 수 있나요?
grant한 scopes에 따라 bases list, base schema read, records list 및 filter, single record retrieve, records create(배치 단위, Airtable API limits 적용)를 할 수 있습니다.
어떤 bases를 볼 수 있나요?
personal access token에 access를 grant한 bases만 볼 수 있습니다. token을 만들 때 scope를 제어하며 언제든 revoke할 수 있습니다.

MoClaw를 무료로 사용해보세요.

월 1,000 credits, 또는 자체 key 사용으로 무제한 사용.

언제든지 취소