Why MCP Was Always a Bad Idea A blog post argues that Anthropic's Model Context Protocol (MCP), released in November 2024 and donated to the Agentic AI Foundation under the Linux Foundation in 2025, has been outgrown by improved LLMs that can now call APIs and discover CLIs directly via the --help command. The author contends that agents with terminal access can replace most MCP servers, citing Cloudflare's Code Mode as a better way to use MCP by having LLMs compose calls into sandboxed scripts, and calls for standardizing how agents use HTTP APIs directly. Back to blog https://maharship.com/blog Why MCP Was Always a Bad Idea Why MCP Was Always a Bad Idea Recently I went to an all-day event centered around the latest and greatest in the MCP world. While all of the presenters were awesome and seemed to be passionate about the work they were doing, I’m honestly tired of MCP. It’s a horrible protocol built for a time when LLMs weren’t that smart, and we’ve outgrown it. A Brief History MCP was released in November 2024 by the Anthropic team as a protocol designed to help agents connect to external services and data sources.