Airtable User MCP for Cline
io.github.automations-project/airtable-user-mcp
Manage Airtable bases: schema, field CRUD, views, formula validation, extensions
client:Cline
transport:stdio
runtime:npm
Install Airtable User MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs