Reverse-Engineered Airtable Internal API Exposed via MCP: 60+ Tools for Claude Code

A Reddit user (u/Aggravating_Bad4639) reverse-engineered Airtable's internal API after the official API refused to expose certain endpoints. The result is a Model Context Protocol (MCP) server that gives Claude Code and 15+ AI-powered IDEs control over 60+ tools — far beyond the 14 tools in the official MCP.
What It Does
- Manage base views: create, update, delete views programmatically.
- Computed fields (Formulas): add and modify formula fields directly via Claude.
- Extensions: control free and open-source Airtable extensions.
- Full read/write to all Airtable tables, fields, and records.
How It Works
The MCP server runs entirely inside the user's browser or device. All requests originate from the user's machine, just like a normal Airtable client — no proxy or central server. Safety is ensured because the code is executed locally and no API keys are exposed to third parties.
Getting Started
The tool is an add-on to the official Airtable MCP. It does not replace the official one — it extends it. You can use it with Claude Code or any IDE that supports MCP (Cursor, Windsurf, JetBrains, etc.). Missing tools? The author invites feature requests via GitHub Issues.
Community Reception
Over 2000 users are already using it, according to the Reddit post. The tool is free and open source.
📖 Read the full source: r/ClaudeAI
👀 See Also

Optio: Orchestrating AI Coding Agents in Kubernetes from Ticket to PR
Optio is an open-source orchestration system that turns tickets into merged pull requests using AI coding agents like Claude Code or Codex. It handles the full lifecycle in isolated Kubernetes pods with a feedback loop that auto-resumes agents on CI failures or review feedback.

Local MCP Server Connects Claude to Mac Apps Without Cloud or Tokens
Local MCP is a native macOS MCP server that gives Claude Desktop, Cursor, Windsurf, and VS Code access to Mail, Calendar, Teams, and OneDrive data on your Mac without cloud processing or API tokens.

Parallel Coding Agents with tmux and Markdown Specs
Manuel Schipper describes a system for running 4-8 parallel coding agents using tmux, Markdown files, bash aliases, and six slash commands. The setup uses Feature Design (FD) Markdown specs tracked through an 8-stage lifecycle.

OpenYak: Open-Source Desktop AI Agent for Local File Management and Automation
OpenYak is an open-source desktop AI assistant that runs entirely on your machine, offering file management, data analysis, and office automation with 100+ AI models through OpenRouter and 20+ BYOK providers.