Airtable’s MCP server atDocumentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
https://mcp.airtable.com can read and write records, manage base schemas, read comments, browse workspaces, and manage webhooks. Register an Airtable OAuth integration and connect it through TrueFoundry.
Prerequisites
- A TrueFoundry account with permission to add MCP servers.
- Airtable permission to create OAuth integrations.
Register an Airtable OAuth Integration
Go to airtable.com/create/oauth, create a new OAuth integration, and set the redirect URL to:| Scope | Capability |
|---|---|
data.records:read | Read records |
data.records:write | Create and update records |
schema.bases:read | Read base schemas |
schema.bases:write | Modify schemas |
data.recordComments:read | Read comments |
data.recordComments:write | Write comments |
workspacesAndBases:read | List workspaces and bases |
webhook:manage | Manage webhooks |
Register in TrueFoundry
Add a remote MCP server with:| Field | Value |
|---|---|
| Name | airtable |
| URL | https://mcp.airtable.com |
| Authentication | OAuth2 |
| Grant Type | Authorization Code |
| Client ID / Secret | Airtable OAuth integration credentials |
Security Notes
Users choose which bases the integration can access during Airtable OAuth. Removeschema.bases:write, data.records:write, or webhook:manage if agents should not mutate Airtable.