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

ClawCut: A Python Proxy That Makes Small Local LLMs Usable with OpenClaw
ClawCut is a Python Flask proxy that solves common problems when connecting 7B/14B local models to OpenClaw, including context poisoning, infinite loops, and failed cron job outputs. It implements dynamic amnesia during tool calls and auto-delivery for scheduled tasks.

Claude Code Used to Simulate 4,000+ Blind Werewolf Games with LLMs
A developer used Claude Code to build a simulator where LLMs play blind one-night Werewolf, running ~4,600 games across OpenAI and xAI models. The experiment revealed consistent name-based voting patterns despite minimal game signals.

Skales: Desktop AI Agent with Ollama Support, 300MB Idle RAM
Skales is a native Electron desktop app that provides an autonomous AI agent with .exe/.dmg installers, works with Ollama for local inference or cloud providers, and uses ~300MB idle RAM with data stored locally in ~/.skales-data.

Local PII Redaction Skill for OpenClaw Uses GLiNER Model
A new OpenClaw skill intercepts outgoing responses and runs them through the local nvidia/gliner-PII model to detect and redact sensitive information like API keys and PII, replacing them with labels like [API_KEY] and adding removal notices.