Airtable User MCP
Rank #4,195io.github.Automations-Project/airtable-user-mcp
Manage Airtable bases: schema, field CRUD, views, formula validation, extensions
Airtable User MCP is a Model Context Protocol (MCP) server published by Automations-Project. It ranks #4,195 of 115,460 servers tracked on MCP Toplist, and its repository has 30 GitHub stars. Airtable User MCP is listed across 5 registries — Official MCP, Glama, PulseMCP, Smithery and mcp.so, with 1 tracked version. It was first listed on Sep 24, 2025 and most recently updated on Apr 11, 2026.
Ranks ahead of 111,265 of 115,460 servers on MCP Toplist.
Use Airtable User MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add airtable-user-mcp -e "AIRTABLE_HEADLESS_ONLY=<your AIRTABLE_HEADLESS_ONLY>" -e "AIRTABLE_NO_BROWSER=<your AIRTABLE_NO_BROWSER>" -e "AIRTABLE_USER_MCP_HOME=<your AIRTABLE_USER_MCP_HOME>" -- npx -y airtable-user-mcpReplace each placeholder with your own value before saving.
[mcp_servers.airtable-user-mcp]
command = "npx"
args = ["-y", "airtable-user-mcp"]
[mcp_servers.airtable-user-mcp.env]
AIRTABLE_HEADLESS_ONLY = "<your AIRTABLE_HEADLESS_ONLY>"
AIRTABLE_NO_BROWSER = "<your AIRTABLE_NO_BROWSER>"
AIRTABLE_USER_MCP_HOME = "<your AIRTABLE_USER_MCP_HOME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"airtable-user-mcp": {
"command": "npx",
"args": [
"-y",
"airtable-user-mcp"
],
"env": {
"AIRTABLE_HEADLESS_ONLY": "<your AIRTABLE_HEADLESS_ONLY>",
"AIRTABLE_NO_BROWSER": "<your AIRTABLE_NO_BROWSER>",
"AIRTABLE_USER_MCP_HOME": "<your AIRTABLE_USER_MCP_HOME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"airtable-user-mcp": {
"command": "npx",
"args": [
"-y",
"airtable-user-mcp"
],
"env": {
"AIRTABLE_HEADLESS_ONLY": "<your AIRTABLE_HEADLESS_ONLY>",
"AIRTABLE_NO_BROWSER": "<your AIRTABLE_NO_BROWSER>",
"AIRTABLE_USER_MCP_HOME": "<your AIRTABLE_USER_MCP_HOME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"airtable-user-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"airtable-user-mcp"
],
"env": {
"AIRTABLE_HEADLESS_ONLY": "<your AIRTABLE_HEADLESS_ONLY>",
"AIRTABLE_NO_BROWSER": "<your AIRTABLE_NO_BROWSER>",
"AIRTABLE_USER_MCP_HOME": "<your AIRTABLE_USER_MCP_HOME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"airtable-user-mcp": {
"command": "npx",
"args": [
"-y",
"airtable-user-mcp"
],
"env": {
"AIRTABLE_HEADLESS_ONLY": "<your AIRTABLE_HEADLESS_ONLY>",
"AIRTABLE_NO_BROWSER": "<your AIRTABLE_NO_BROWSER>",
"AIRTABLE_USER_MCP_HOME": "<your AIRTABLE_USER_MCP_HOME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"airtable-user-mcp": {
"command": "npx",
"args": [
"-y",
"airtable-user-mcp"
],
"env": {
"AIRTABLE_HEADLESS_ONLY": "<your AIRTABLE_HEADLESS_ONLY>",
"AIRTABLE_NO_BROWSER": "<your AIRTABLE_NO_BROWSER>",
"AIRTABLE_USER_MCP_HOME": "<your AIRTABLE_USER_MCP_HOME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Automations-Project%2Fairtable-user-mcp)<a href="https://mcptoplist.com/server/io.github.Automations-Project%2Fairtable-user-mcp"><img src="https://mcptoplist.com/badge/io.github.Automations-Project%2Fairtable-user-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
Automations-Project
Other servers by Automations-Project
View all Automations-Project servers →Available versions (1)
| Version | Published |
|---|---|
| 2.1.1 | Apr 11, 2026 |
Frequently asked questions
- Who maintains Airtable User MCP?
- Airtable User MCP is maintained by Automations-Project, which publishes 2 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Airtable User MCP listed on the Official MCP Registry?
- Yes — Airtable User MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP, Smithery and mcp.so.
- How many versions does Airtable User MCP have?
- MCP Toplist tracks 1 version of Airtable User MCP, most recently published on Apr 11, 2026.
- Where can I find the source code for Airtable User MCP?
- The source code for Airtable User MCP is hosted at github.com/automations-project/vscode-airtable-formula.