You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update tool count 36→62 across READMEs, add comparison table rows for new capabilities
Root + mcp-server READMEs bump total from 36 to 62. Comparison tables add rows for view descriptions/cell wrap/covers/color/calendar/frozen columns, sidebar sections, record templates, form metadata, and tool profiles/toggles. Root README tool category table adds Tool Management (1) row. All "61 tools" references updated to 62.
|**`filterByFormula` on record queries**| ❌ Explicitly disallowed | ✅ |
77
82
|**Destructive-action safety guards**| Relies on token scopes | ✅ `expectedName` match, dependency summary, `force` flag |
78
83
|**Batch record create limit**| 10 / request | Uses the same Airtable limit; no added restriction |
@@ -120,6 +125,16 @@ This monorepo ships **two products** from one source tree:
120
125
121
126
---
122
127
128
+
## Demo
129
+
130
+
<divalign="center">
131
+
132
+
[](https://www.reddit.com/r/Airtable/comments/1skmqe1/using_claude_code_to_manage_base_views_computed/)
133
+
134
+
</div>
135
+
136
+
---
137
+
123
138
## Features
124
139
125
140
### VS Code Extension
@@ -131,7 +146,7 @@ This monorepo ships **two products** from one source tree:
131
146
-**Dashboard** — React webview with Overview, Setup, and Settings tabs
132
147
133
148
134
-
### MCP Server (61 Tools)
149
+
### MCP Server (62 Tools)
135
150
136
151
Manage Airtable bases with capabilities **not available through the official REST API**:
137
152
@@ -145,6 +160,7 @@ Manage Airtable bases with capabilities **not available through the official RES
|`filterByFormula` on record queries | ❌ Explicitly disallowed | ✅ |
79
84
| Install effort | Manual PAT + JSON edit per client | Single `claude mcp add` or JSON snippet |
80
85
| Price | Free | Free, MIT |
@@ -83,6 +88,16 @@ The official Airtable MCP is a thin wrapper over the public Web API. That API
83
88
84
89
85
90
91
+
---
92
+
93
+
## Demo
94
+
95
+
<divalign="center">
96
+
97
+
[](https://www.reddit.com/r/Airtable/comments/1skmqe1/using_claude_code_to_manage_base_views_computed/)
98
+
99
+
</div>
100
+
86
101
---
87
102
88
103
## Quick Start
@@ -91,7 +106,7 @@ The official Airtable MCP is a thin wrapper over the public Web API. That API
91
106
npx airtable-user-mcp
92
107
```
93
108
94
-
That's it. Your MCP client connects via **stdio** and gets access to all 61 tools.
109
+
That's it. Your MCP client connects via **stdio** and gets access to all 62 tools.
95
110
96
111
---
97
112
@@ -208,7 +223,7 @@ Add the `airtable` entry to `mcpServers`:
208
223
}
209
224
```
210
225
211
-
Save, then **fully quit and reopen Claude Desktop** (closing the window is not enough). A hammer/plug icon in the chat input confirms the server is connected — click it to see the 61 tools.
226
+
Save, then **fully quit and reopen Claude Desktop** (closing the window is not enough). A hammer/plug icon in the chat input confirms the server is connected — click it to see the 62 tools.
212
227
213
228
</details>
214
229
@@ -231,7 +246,7 @@ Verify:
231
246
claude mcp list
232
247
```
233
248
234
-
You should see `airtable: npx -y airtable-user-mcp - ✓ Connected`. Start a Claude Code session in that directory and the 61 tools are available.
249
+
You should see `airtable: npx -y airtable-user-mcp - ✓ Connected`. Start a Claude Code session in that directory and the 62 tools are available.
0 commit comments