Skip to main content
AI Agent NewsMay 14, 2026 · 5 min read

Claude Code Becomes #1 AI Coding Tool as MCP Preps for Enterprise

Claude Code is the most-used AI coding tool after just eight months. Its latest update adds production controls, and the MCP protocol is tackling scalability gaps that

By Springvanta

Eight months ago, Claude Code did not exist. Today, it is the most-used AI coding tool among professional software engineers — ahead of GitHub Copilot, Cursor, and every other competitor. A survey of 900+ engineers conducted by The Pragmatic Engineer (January–February 2026) found that 71% of developers who regularly use AI agents reach for Claude Code first. Among the smallest companies and startups, that figure climbs to 75%. That shift happened fast. Claude Code launched in May 2025 and overtook tools that had years of head start. Meanwhile, the Model Context Protocol (MCP) , the open standard that lets AI agents connect to business systems like CRMs, databases, and internal tools, has reached 110 million SDK downloads per month and is now backed by Anthropic, OpenAI, Google, Microsoft, and Amazon. For businesses evaluating AI automation, these are not abstract developer trends. They are signals that the infrastructure supporting AI agents is maturing quickly, and the tools your development team (or your vendor's team) uses today are materially different from what existed even six months ago.

What Claude Code's Latest Release Actually Ships

Claude Code's Week 19 update (May 4–8, releases v2.1.128 through v2.1.136) focuses on practical production concerns rather than headline features: Plugin loading from URLs and archives. Teams can now load plugins directly from a .zip archive or a URL using --plugin-url. This makes it straightforward to distribute internal plugins from an artifact store or test third-party plugins before committing to a marketplace install. For businesses building custom automation, this means you can package domain-specific tooling (say, a plugin that connects Claude Code to your intake form validation rules) and distribute it to your team without a complex setup. Hard deny rules for auto mode. A new settings.autoMode.hard_deny setting lets teams block specific actions from ever running automatically, even when broader allow rules are in place. If your compliance team says "no agent should ever directly modify production database records," you can enforce that as a hard deny. This is the kind of control businesses need before trusting agents with real workflows. 3x prompt cache savings on sub-agents. Sub-agent progress summaries now hit the prompt cache, cutting cache_creation token costs by roughly three times. For teams running multi-agent workflows (e.g., one agent researching, another writing code, a third running tests), this translates directly into lower API bills. Cross-project history search. Ctrl+R now searches prompts across all projects by default. Engineers who remember writing a useful command in another repository last week can find it without context-switching. MCP server tool counts and diagnostics. The /mcp command now displays the tool count for connected servers and flags any that connected with zero tools , a small but useful quality-of-life improvement for teams running multiple MCP integrations. OAuth reliability fixes. Several fixes address concurrent session issues, including a 401 dead-end caused by refresh-token races and MCP OAuth tokens being lost when multiple servers refresh at the same time. If you are running Claude Code with multiple MCP servers behind corporate authentication, these fixes reduce a common source of friction.

How MCP connects AI agents to business systems : 2026 roadmap priorities

MCP's 2026 Roadmap: Fixing What Breaks at Scale

MCP's maintainers have published their 2026 roadmap with four priority areas, and they directly address the gaps that appear when you move AI agents from demos to production:

  1. Transport evolution and scalability. MCP currently relies on long-lived, stateful sessions. This makes it difficult to deploy MCP servers across multiple instances or behind load balancers. The roadmap proposes evolving the transport layer to support stateless, horizontally scalable deployments , essential for any business running agents at volume.
  2. Agent communication and lifecycle. MCP's Tasks feature lets agents start long-running work and retrieve results later, but early production use has exposed gaps around retry behavior, result persistence, and failure handling. The roadmap commits to clearer lifecycle definitions.
  3. Governance maturation. Every protocol proposal currently requires review by the full group of core maintainers, which creates a bottleneck. The plan is to delegate more authority to working groups with domain expertise.
  4. Enterprise readiness. This is the least prescriptive area , intentionally so. The maintainers are asking teams encountering real enterprise requirements (audit trails, corporate identity integration, gateway controls) to help shape the work. On the horizon but not yet prioritized: triggers (webhooks for MCP), native streaming for incremental results, and "Skills over MCP" , bundling domain-specific knowledge alongside MCP servers so agents know not just how to call a tool, but when and why.

Why This Matters for Businesses Evaluating AI Automation

The Pragmatic Engineer survey data contains a detail worth pausing on: 95% of software engineers now use AI tools at least weekly, and 75% use AI for at least half of their work. Among regular agent users, 56% report that 70% or more of their engineering work involves AI. This is no longer an early-adopter phenomenon. The tools your vendors and internal teams use to build, integrate, and maintain AI systems are settling around a common stack: Claude Code (or a comparable agent) at the coding layer, MCP at the integration layer, and a growing ecosystem of plugins and servers connecting agents to business systems. If you are evaluating an AI intake system, a voice agent platform, or any automation that touches your CRM, forms, or customer data, ask your vendor two questions:

  • Do their agents use MCP? If so, they can integrate with your existing tools without custom API work for each connection.
  • What safety controls do they enforce? Claude Code's hard deny rules are one model. Whatever platform you choose should offer equivalent granularity. The tooling is converging. The protocol is stabilizing. The remaining question is which businesses will use that infrastructure to automate the work that actually matters.

Sources:

Read more

Like this kind of writing?

One email when something good ships — usually once or twice a month.