Skip to main content
Glama
felores

Airtable MCP Server

by felores

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AIRTABLE_API_KEYYesYour Airtable personal access token with data.records:read, data.records:write, schema.bases:read, and schema.bases:write scopes

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_basesB

List all accessible Airtable bases

list_tablesB

List all tables in a base

create_tableC

Create a new table in a base

update_tableC

Update a table's schema

create_fieldC

Create a new field in a table

update_fieldC

Update a field in a table

list_recordsC

List records in a table

create_recordC

Create a new record in a table

update_recordC

Update an existing record in a table

delete_recordC

Delete a record from a table

search_recordsC

Search for records in a table

get_recordC

Get a single record by its ID

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/felores/airtable-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server