Back to Browse

VSCode Airtable Formula MCP Server

ProductivityLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Manage Airtable bases: schema, field CRUD, views, formula validation, extensions

About

Manage Airtable bases: schema, field CRUD, views, formula validation, extensions

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

8 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Headless auth (no browser UI)Optional

Environment variable: AIRTABLE_HEADLESS_ONLY

Force manual session modeOptional

Environment variable: AIRTABLE_NO_BROWSER

Override config directoryOptional

Environment variable: AIRTABLE_USER_MCP_HOME

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-automations-project-airtable-user-mcp": {
      "env": {
        "AIRTABLE_NO_BROWSER": "your-airtable-no-browser-here",
        "AIRTABLE_HEADLESS_ONLY": "your-airtable-headless-only-here",
        "AIRTABLE_USER_MCP_HOME": "your-airtable-user-mcp-home-here"
      },
      "args": [
        "-y",
        "airtable-user-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!