HappycapyGuide

By Connie · This article contains affiliate links. We may earn a commission at no extra cost to you if you sign up through our links.

AI Infrastructure

MCP Hits 97 Million Monthly Installs: How Model Context Protocol Became the Internet Standard for AI Agents

By Connie  ·  March 2026  ·  9 min read

TL;DR — Key Takeaways
  • MCP crossed 97 million monthly SDK downloads on March 25, 2026 — the fastest adoption of any AI infrastructure standard in history.
  • Anthropic donated the protocol to the Linux Foundation's Agentic AI Foundation (AAIF) in December 2025. OpenAI, Google, Microsoft, Amazon are founding members.
  • 10,000+ active public MCP servers for GitHub, Slack, PostgreSQL, AWS, and thousands of other integrations.
  • MCP is now the universal standard for AI agent tool use — supported by ChatGPT, Claude, Cursor, Gemini, Microsoft Copilot, and VS Code.
  • Think of MCP as USB for AI agents: one connector that works with everything, so you never write custom integration code again.
97Mmonthly downloads
10K+active MCP servers
16mofrom launch to standard
8AAIF founding members

On March 25, 2026, Anthropic's Model Context Protocol crossed 97 million monthly SDK downloads. To put that number in context: it took npm (the Node.js package manager, now central to all web development) years to reach comparable adoption. MCP did it in 16 months from its November 2024 launch. It is now the fastest-adopted AI infrastructure standard in history.

This isn't just a developer milestone. MCP is the reason AI agents in 2026 can connect to your company's tools, databases, and services without a team of engineers writing custom glue code. It's the plumbing that makes agentic AI practical at scale — and understanding it is the difference between knowing AI as a chatbot and knowing AI as a system.

What Is Model Context Protocol — The Simple Explanation

The core problem before MCP: every AI agent needed custom code to talk to every tool. If you wanted Claude to read your GitHub issues and update your Slack channel, an engineer had to write a custom GitHub connector and a custom Slack connector. Multiply that by thousands of tools and hundreds of AI platforms, and you have a combinatorial explosion of integration work.

MCP solves this with a single standard. Any AI client (ChatGPT, Claude, Cursor, your custom agent) can talk to any MCP server (GitHub, Slack, PostgreSQL, your internal database). One protocol. Any-to-any connectivity.

MCP in One Sentence

MCP is to AI agents what HTTP is to the web — a universal communication protocol that lets any AI model connect to any external tool or data source through a consistent, standardized interface.

The protocol defines how clients and servers exchange three types of resources:

The 97 Million Number: What It Actually Means

The 97 million figure counts monthly SDK downloads across Python and TypeScript — the two official MCP SDKs. These aren't unique users; a single developer downloading the SDK for CI/CD counts as a download every month. But the growth trajectory tells the real story.

MilestoneDateMonthly Downloads
MCP launchNovember 2024~100K
First major ecosystem signalFebruary 2025~5M
Donated to Linux Foundation (AAIF)December 2025~40M
10,000 active public serversJanuary 2026~65M
97M milestoneMarch 25, 202697M+

For comparison: Kubernetes took 3 years to reach similar developer mindshare. Docker took 2. MCP's 16-month trajectory from experimental spec to universal standard reflects how quickly the AI agent ecosystem is moving.

The Agentic AI Foundation: Who's Running MCP Now

In December 2025, Anthropic donated MCP to the Linux Foundation, which established the Agentic AI Foundation (AAIF) as a directed fund to provide neutral governance. The founding members represent every major AI and cloud platform:

Anthropic
Original creator
OpenAI
Founding member
Google
Founding member
Microsoft
Founding member
Amazon
Founding member
Block
Founding member
Cloudflare
Founding member
Bloomberg
Founding member

The governance model mirrors how Linux Foundation manages Kubernetes: strategic investments and budget oversight go through AAIF, while day-to-day technical direction stays with the MCP maintainers. This gives the protocol the credibility of neutral stewardship while preserving technical agility.

Also donated to AAIF: goose (Block's open-source local-first AI agent framework built on MCP) and AGENTS.md (the emerging standard for defining AI agent behaviors in repositories — think .gitignore but for AI agents).

Use AI agents that run on MCP
Happycapy gives you a multi-model AI workspace with Claude, GPT-5, Gemini, and more — the models powering MCP-connected agents across the industry. Pro starts at $17/month.
Try Happycapy Free →

What You Can Do With MCP Today

With 10,000+ active public MCP servers, the protocol has moved well beyond developer experimentation. Here are the most popular categories:

CategoryKey MCP ServersWhat Your AI Agent Can Do
Developer ToolsGitHub, GitLab, Jira, LinearCreate PRs, file issues, review code, update sprint boards
DatabasesPostgreSQL, MySQL, SQLite, SupabaseQuery, insert, and update records in natural language
CommunicationSlack, Gmail, Outlook, NotionRead channels, draft replies, create docs, search messages
Cloud InfrastructureAWS, GCP, Azure, CloudflareProvision resources, check logs, manage deployments
Search & ResearchBrave Search, Perplexity, arXivRetrieve live web results, academic papers, news
ProductivityGoogle Calendar, Airtable, ZapierSchedule meetings, update records, trigger workflows
File SystemsLocal files, Google Drive, DropboxRead, write, search, and organize files
Custom Internal ToolsAny API with MCP wrapperYour own databases, internal APIs, proprietary data

Which AI Platforms Support MCP

MCP support has become table stakes for major AI platforms in 2026. Here's the current landscape:

PlatformMCP SupportNotes
Claude (Anthropic)Native, full specOriginal creator. Best-in-class MCP implementation; Claude Desktop has built-in server management
ChatGPT (OpenAI)Full support (Dec 2025)Added via ChatGPT Plugins evolution; GPT-5.4 has first-class MCP tool calling
CursorNative, full specMCP is central to Cursor's agentic coding workflow; 10M+ developer users
Gemini (Google)Full supportIntegrated into Gemini 3.1 Pro and Cloud Vertex AI; managed remote MCP servers launched March 2026
Microsoft CopilotFull supportAzure-managed MCP servers for enterprise (Maps, BigQuery, internal tools)
VS CodeBuilt-in (1.97+)Native MCP server management; install and configure from settings UI
Windsurf (Codeium)Full supportAI code editor; tight MCP integration for agentic coding tasks

Why MCP Reaching 97M Installs Changes Everything

The 97M milestone isn't just a vanity metric. It represents a threshold: MCP has achieved the network effects needed to become self-sustaining as a standard. Here's why that matters:

The Kubernetes Parallel

Kubernetes became the universal container orchestration standard not because it was technically perfect, but because it achieved critical mass — once major cloud providers adopted it, everyone else had to. MCP is at that same inflection point in 2026. The Linux Foundation donation, AAIF founding members, and 97M downloads together represent "critical mass." The standard is now set.

What MCP Means if You're Not a Developer

If you use AI tools daily but don't write code, MCP still directly affects your experience. Every AI assistant that can connect to your calendar, your email, your project management tool, your databases — that capability comes from MCP. The difference between an AI assistant that's just a chatbot and an AI assistant that can actually do things in your digital environment is, largely, whether it supports MCP.

When you see an AI tool advertised as "agentic," "autonomous," or capable of "using tools," what that usually means in practice is: it supports MCP servers. The 10,000+ servers cover almost every mainstream tool a knowledge worker uses.

Related Coverage

The AI models powering MCP agents, in one workspace
Claude, GPT-5, Gemini — the top MCP-native AI models — are all available in Happycapy's multi-model workspace. Pro $17/month. Max $167/month.
Start Free on Happycapy →

Frequently Asked Questions

What is Model Context Protocol (MCP)?
MCP is an open standard that defines how AI agents connect to external tools, data sources, and services. Think of it as USB for AI — a universal plug that lets any AI model connect to any tool (GitHub, Slack, databases, APIs) without custom code. It was introduced by Anthropic in November 2024 and has 97 million monthly SDK downloads as of March 2026.
Who governs MCP now?
MCP is governed by the Agentic AI Foundation (AAIF), a directed fund under the Linux Foundation. Founding members include Anthropic (original creator), OpenAI, Google, Microsoft, Amazon, Block, Cloudflare, and Bloomberg. Anthropic donated the protocol in December 2025 to ensure vendor-neutral, long-term stewardship.
What can you do with MCP?
With MCP, AI agents can connect to GitHub (create PRs, file issues), PostgreSQL (query databases), Slack (read channels, send messages), AWS (manage cloud resources), and thousands of other tools via 10,000+ public MCP servers. The AI handles the workflow; MCP handles the connectivity.
Does Happycapy support MCP?
Happycapy integrates top AI models including Claude (Anthropic's model with native MCP support) and GPT-5 (which added full MCP support in December 2025). Through Happycapy's multi-model workspace, you can access these MCP-native models for agentic coding, research, and automation workflows.
Sources
  • Anthropic: "Donating the Model Context Protocol and establishing the Agentic AI Foundation" (December 9, 2025)
  • MCP Blog: "MCP joins the Agentic AI Foundation" (December 9, 2025)
  • Linux Foundation: "Linux Foundation Announces the Formation of the Agentic AI Foundation (AAIF)" (December 9, 2025)
  • AI Unfiltered / Artur Markus: "Anthropic's Model Context Protocol Hits 97 Million Installs on March 25" (March 28, 2026)
  • GitHub Blog: "MCP joins the Linux Foundation" (December 9, 2025)
  • modelcontextprotocol.io: Protocol specification and statistics (March 2026)
SharePost on XLinkedIn
Was this helpful?

Get the best AI tools tips — weekly

Honest reviews, tutorials, and Happycapy tips. No spam.

Comments