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.
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.
- Airtable MCP serverdetected
- Airtable Web APIdiscovered
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>.
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.
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
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://airtable.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing