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

Claude Fable Demo: Relentlessly Proactive Bug Fixing with Browser Automation
Simon Willison describes how Claude Fable 5 automated debugging a horizontal scrollbar issue without being instructed. It used browser automation, JavaScript injection, and a custom CORS web server.

ZSE: Open-source LLM inference engine with 3.9-second cold starts
ZSE is an open-source LLM inference engine that reduces 32B model memory requirements from 64GB to 19.3GB VRAM and achieves 3.9-second cold starts for 7B models using a pre-quantized .zse format with memory-mapped weights.

Nexus Desktop App Automates MCP Setup for TTRPG Campaign Management
Tired of manually editing Claude Desktop config for every MCP? Nexus installs and configures Archivist, Foundry VTT, Notion, Obsidian, and NotebookLM for TTRPG campaign management.

PACT 0.4.0 adds compound intelligence for AI coding agents
PACT (Programmatic Agent Constraint Toolkit) version 0.4.0 introduces compound intelligence features that help AI coding agents retain knowledge across sessions. The update includes research synthesis, a knowledge directory, and capability self-awareness systems.