A

airtable.com

Airtable is a cloud platform for building and collaborating on structured data workflows, combining spreadsheet-like tables with relational database features. Users organize records, fields, views, automations, and related workspace content in hosted bases.

2 integrations · MCP · REST

Airtable exposes an authenticated REST Web API at `https://api.airtable.com/v0` using bearer tokens (personal access tokens or OAuth access tokens), plus an OAuth-protected MCP server at `https://mcp.airtable.com/mcp` over streamable HTTP.

discovered 18h ago
MCP servers1
REST · OpenAPI1
Credentials
Personal access tokenbearerGet token

Go to Personal access tokens, click Create new token, choose the needed scopes and base/workspace access, then copy the token when Airtable shows it. Airtable only shows the secret token value once; send it as Authorization: Bearer <token>.

OAuth integrationoauth2Set up OAuth

Go to OAuth integrations, click Register new OAuth integration, add your redirect URI, and select the scopes your app needs. Use the resulting client_id with Airtable's OAuth endpoints at https://airtable.com/oauth2/v1/authorize and https://airtable.com/oauth2/v1/token; for server-side token exchange you can optionally generate a client secret from the integration management page. Airtable supports PKCE and allows token endpoint auth methods none and client_secret_basic.

MCP OAuth grantoauth2Set up OAuth

For the Airtable MCP server, use an MCP client that supports OAuth. The client can discover Airtable's authorization server from the MCP server metadata and register dynamically at https://airtable.com/oauth2/v1/register; the user then approves access in the browser. No pre-created developer app is documented as required for MCP clients.

conventions · 1/8 published

Publish these signals → /publishing