
Airtable
Wire your coding agent to Airtable so you can list, create, and update records while building ops dashboards or lightweight backends.
Overview
ai.waystation/airtable is a MCP server for the Build phase that lets agents access and manage Airtable bases, tables, and records over hosted streamable-http or SSE remotes.
What is this MCP server?
- Hosted remote MCP at waystation.ai/airtable (no local server to maintain)
- Two transports: streamable-http and SSE endpoints
- Manage bases, tables, and records from natural-language agent turns
- Version 0.3.1 published with MCP server schema 2025-09-29
- Source and packaging documented in github.com/waystation-ai/mcp
- Server version 0.3.1
- MCP schema https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json
- 2 remote transports: streamable-http and sse
Community signal: 54 GitHub stars.
What problem does it solve?
You keep alt-tabbing into Airtable to copy record IDs and field values while your agent cannot see or update your live bases.
Who is it for?
Solo builders who already run ops or lightweight backends in Airtable and want Claude Code or Cursor to sync records without custom API scripts.
Skip if: Teams that need self-hosted MCP only, heavy relational SQL, or Airtable workflows with no agent in the loop.
What do I get? / Deliverables
After you register the Waystation remote MCP, your agent can query and mutate Airtable data in the same thread where you ship product work.
- Agent-callable tools against your Airtable bases and tables
- Reduced manual context switching between IDE and Airtable UI
- Repeatable record reads and writes driven from chat or agent tasks
Recommended MCP Servers
Journey fit
How it compares
Hosted Airtable MCP integration, not an in-repo agent skill or spreadsheet macro.
Common Questions / FAQ
Who is ai.waystation/airtable for?
Indie and solo builders who store structured data in Airtable and want their AI coding agent to read and update records without manual copy-paste.
When should I use ai.waystation/airtable?
Use it during build when you integrate CRM, content, or ops tables into automations, admin tools, or agent-driven workflows tied to your codebase.
How do I add ai.waystation/airtable to my agent?
Add the remote MCP server URL https://waystation.ai/airtable/mcp (streamable-http) or https://waystation.ai/airtable/mcp/sse (SSE) in your client’s MCP config, complete Waystation/Airtable authorization, then restart or reload the agent session.