The reputation layer for AI skills, tools & agents

domdomegg/airtable-mcp-server

Score: 63.2 Rank #45

🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases

Overview

domdomegg/airtable-mcp-server is a TypeScript MCP server licensed under MIT. 🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases Topics: airtable, mcp-server, model-context-protocol.

Ranked #45 out of 25632 indexed tools.

In the top 1% of all indexed tools.

Has 10 contributors.

Ecosystem

TypeScript MIT 4,739 weekly downloads
airtablemcp-servermodel-context-protocol

Signal Breakdown

Stars 428
Freshness 8d ago
Issue Health 81%
Contributors 10
Dependents 5
Forks 135
Description Good
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Badge

AgentRank score for domdomegg/airtable-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/domdomegg--airtable-mcp-server)](https://agentrank-ai.com/tool/domdomegg--airtable-mcp-server)
<a href="https://agentrank-ai.com/tool/domdomegg--airtable-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/domdomegg--airtable-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

From the README

# airtable-mcp-server

A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.

https://github.com/user-attachments/assets/c8285e76-d0ed-4018-94c7-20535db6c944

## Installation

**Step 1**: [Create an Airtable personal access token by clicking here](https://airtable.com/create/tokens/new). Details:
- Name: Anything you want e.g. 'Airtable MCP Server Token'.
- Scopes: `schema.bases:read`, `data.records:read`, and optionally `schema.bases:write`, `data.records:write`, `data.recordComments:read`, and `data.recordComments:write`.
- Access: The bases you want to access. If you're not sure, select 'Add all resources'.

Keep the token handy, you'll need it in the next step. It should look something like `pat123.abc123` (but longer).

**Step 2**: Follow the instructions below for your preferred client:

- [Claude Desktop](#claude-desktop)
- [Cursor](#cursor)
- [Cline](#cline)

Read full README on GitHub →
Are you the maintainer? Claim this listing