Airtable MCP
Enables comprehensive interaction with the Airtable Web API to manage bases, tables, and records. It supports advanced features like batch record operations, CSV import/export, attachment uploads, and webhook management.
README
Airtable MCP (LobeChat Plugin)
Airtable MCP is a LobeChat plugin that proxies the Airtable Web API through a controlled gateway. It requires an access token for plugin users and uses a single server-side PAT.
Features
- List, get, create, update, and delete records (batch supported)
- CSV import/export helpers for records
- List bases and tables, and fetch a single table schema by id or name
- Manage record comments (list/create/update/delete)
- Upload attachments to attachment fields
- Manage webhooks (list/create/delete/refresh/enable notifications/list payloads)
Production URLs
- Manifest: https://airtable.4spotconsulting.com/manifest.json
- OpenAPI: https://airtable.4spotconsulting.com/openapi.json
- Gateway: https://airtable.4spotconsulting.com/api/gateway
Required Environment Variables
Set these on the server hosting the plugin:
- AIRTABLE_PAT=your-personal-access-token
- PLUGIN_ACCESS_TOKEN=your-access-token
Plugin Settings (LobeChat)
When installing the plugin, provide:
- access_token: your-access-token
The Airtable PAT is read from the server env and is not entered in the plugin UI.
Supported API Endpoints
Schema:
- bases_list
- tables_list
- tables_get
- tables_create
Records:
- records_list
- records_get
- records_create
- records_update
- records_delete
- records_exportCsv
- records_importCsv
Comments:
- comments_list
- comments_create
- comments_update
- comments_delete
Attachments:
- attachments_upload
Webhooks:
- webhooks_list
- webhooks_create
- webhooks_delete
- webhooks_refresh
- webhooks_enableNotifications
- webhooks_listPayloads
Local Development
npm install
npm run dev
The dev manifest is available at http://localhost:3400/manifest-dev.json
CSV Import Notes
records_importCsvcan create a new table whencreateTable=true.- If
tableIdOrNameis omitted, an auto table name likeCSV Import YYYY-MM-DD HHMMSSis used.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.