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

Local Behavioral Monitoring System with MCP Pipeline and Claude Code
A developer built a local behavioral monitoring system called BRAIN that tracks app switches, file operations, and dev sessions, piping data through a custom MCP server to Claude Code. The system runs 100% locally with zero cloud dependency.

Microsoft VibeVoice: 60-Min ASR and 90-Min TTS Models Open-Sourced
VibeVoice is a family of open-source voice AI models from Microsoft including ASR (60-min single-pass, speaker diarization, 50+ languages) and TTS (90-min multi-speaker, real-time streaming). Uses 7.5 Hz continuous speech tokenizers and next-token diffusion.

Hawkeye Update Adds Swarm Orchestration, Remote Tasks, and Local Model Support
Hawkeye v1.0+ now supports multi-agent swarm orchestration, remote task queuing, and improved Ollama/LM Studio integration. The local-first AI agent flight recorder helps developers track what happens when agents work in repositories.

Local Qwen Models Achieve Browser Automation with Stepwise Planning and Compact DOM
A developer found small local LLMs like Qwen 8B and 4B succeed at browser automation using stepwise planning instead of upfront multi-step plans, combined with a compact semantic DOM representation that reduces token usage from 50-100K+ to ~15K for full flows.