Airtable User MCP for Windsurf
io.github.automations-project/airtable-user-mcp
Manage Airtable bases: schema, field CRUD, views, formula validation, extensions
client:Windsurf
transport:stdio
runtime:npm
Install Airtable User MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"airtable-user-mcp": {
"command": "npx",
"args": [
"-y",
"airtable-user-mcp"
],
"env": {
"AIRTABLE_HEADLESS_ONLY": "<AIRTABLE_HEADLESS_ONLY>",
"AIRTABLE_NO_BROWSER": "<AIRTABLE_NO_BROWSER>",
"AIRTABLE_USER_MCP_HOME": "<AIRTABLE_USER_MCP_HOME>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs