Why MCP is dead & How I vibe now

Quick Overview

The presentation argues that the Model Context Protocol (MCP) is a dead concept, advocating instead for a shift towards a more token-efficient and scalable architecture based on Skills combined with a Command Line Interface (CLI), exemplified by Vercel's agent-browser which achieved a 70% reduction in token consumption compared to traditional Chrome Dev Tool MCP methods.

Key Points: Vercel's agent-browser demonstrated a 70% less token consumption in tests compared to the Chrome Dev Tool MCP implementation. The author strongly asserts that the MCP concept is dead, favoring a Skill + CLI approach as being significantly better and more scalable. The Chrome MCP tools consumed approximately 4,000 tokens for an instruction, whereas the agent-browser CLI instruction in CLAUDE.md only required 95 tokens. The presentation introduces a hierarchical action space for context offloading, consisting of Function Calling, Sandbox Utilities, and Packages & APIs, where each layer balances capability, cost, and cache stability. The shift from MCPs to Skills allows for greater agent capability expansion (hundreds of integrations) without bloating the context window with unnecessary tool definitions. The speaker demonstrates creating a new custom skill for MCProxy using the skill, showing how easily new MCP servers can be integrated and documented via Skills.

Context: This video serves as a technical argument and demonstration advocating for a paradigm shift in AI agent architecture, moving away from the Model Context Protocol (MCP) structure towards a more efficient system based on specialized 'Skills' integrated via a Command Line Interface (CLI). The speaker uses the example of Vercel's 'agent-browser' to illustrate the massive token savings achieved by this new approach compared to older MCP methods, positioning the Skills architecture as the future for scalable agent development.

Detailed Analysis

The video argues that the Model Context Protocol (MCP) approach is obsolete and advocates for replacing it with a Skill + CLI architecture, which is significantly more token-efficient and scalable. The speaker cites a test where Vercel's agent-browser (using the new approach) resulted in 70% less token consumption than the Chrome Dev Tool MCP, noting a specific example where 4k tokens were reduced to just 95 tokens when using the CLI instruction via the agent-browser skill. The proposed architecture utilizes a Hierarchical Action Space with three levels: Function Calling (standard, but cache-breaking), Sandbox Utilities (allowing shell execution like for large outputs), and Packages & APIs. The speaker then demonstrates the process of creating a new skill ( ) to easily integrate a new MCP server (like the Excel MCP) by defining its schema in a Skill file, showing that the agent can then directly call these specialized functions, saving context space that would otherwise be consumed by loading dozens of MCP tools.

Raw markdown version of this recap