MCP Ecosystem Changelog

Significant updates across the Model Context Protocol ecosystem — new server releases, spec changes, tooling updates, and community milestones.

ServerSpecToolingSecurityCommunity
  1. Security

    MCP Security Working Group publishes threat model v1.0

    The newly formed MCP Security Working Group released a formal threat model covering prompt injection via tool output, server supply-chain risks, and permission escalation. The document is now referenced by the official MCP specification as a non-normative companion.

  2. Server

    Stripe MCP server adds subscription and invoice management

    The official Stripe agent toolkit added four new MCP tools: create_invoice, list_subscriptions, cancel_subscription, and retrieve_upcoming_invoice. These tools enable agents to manage the full billing lifecycle without requiring custom Stripe API code.

  3. Spec

    MCP spec draft: structured error responses (RFC-0041)

    A new specification draft proposes standardised error response envelopes for MCP tool calls. Currently each server returns errors in its own format, making it difficult for clients to distinguish recoverable from fatal errors. RFC-0041 defines a typed error schema with code, message, and retryable fields.

  4. Server

    Supabase MCP server reaches 2,000 GitHub stars

    The Supabase MCP server crossed 2,000 stars, making it the fastest-growing database server in the ecosystem. The latest release adds support for Edge Function deployment and log streaming directly from the agent context.

  5. Tooling

    Claude Desktop 0.9.4 adds per-server tool confirmation UI

    Claude Desktop now supports granular tool confirmation: you can configure individual servers to require confirmation before every tool call, only for write operations, or never. The setting is accessible in Preferences → MCP Servers. This replaces the previous all-or-nothing confirmation toggle.

  6. Server

    Playwright MCP server v0.0.19: multi-tab support

    Microsoft shipped Playwright MCP server v0.0.19 with multi-tab support. Agents can now open, switch between, and close browser tabs within a single session. The update also adds browser_tabs tool to list open tabs and browser_close_tab for targeted cleanup.

  7. Spec

    MCP 1.5 released: SSE transport and resource subscriptions

    MCP 1.5 is the first minor version bump since the standard was published. Key additions: Server-Sent Events (SSE) as an alternative to stdio transport for remote server deployments, and a resource subscription model that allows clients to watch for changes to named resources without polling.

  8. Community

    MCP ecosystem reaches 500 public server packages on npm

    The number of MCP-prefixed packages on npm crossed 500, up from roughly 80 at the start of 2025. Quality varies significantly — this directory tracks only servers with verified source repositories and accurate tool declarations.

  9. Security

    Prompt injection via Fetch server: disclosure and mitigation

    A coordinated disclosure documented a class of prompt injection attacks using the MCP Fetch server. Malicious web pages can embed instruction payloads in HTML comments or hidden elements that are preserved when content is converted to Markdown. Anthropic updated Claude Desktop's tool output rendering to strip certain comment patterns. Server-side mitigations are not yet standardised.

  10. Server

    Neon MCP server adds branch-based development workflow

    Neon's MCP server now exposes create_branch, reset_branch, and compare_branches tools, enabling full database branching workflows from the agent context. Combined with the existing run_sql tool, agents can prototype schema changes on a branch before applying them to the main database.

  11. Tooling

    mcp-inspector v0.3: replay and diff tool calls

    The community-built mcp-inspector tool shipped v0.3 with two major features: session replay (record all tool calls and replay them against a different server version) and diff mode (compare tool output between two server versions side by side). Useful for testing server upgrades without breaking agent workflows.

  12. Spec

    MCP spec clarifies tool parameter schema requirements

    A spec errata update clarified that tool parameter schemas must be valid JSON Schema Draft 7 objects. Several community servers were using non-standard extensions that caused interoperability issues with strict clients. The errata also defines required behaviour when a client receives an unknown parameter type.

  13. Community

    MCP Reference directory launches

    MCP Reference launched as a community-maintained directory of Model Context Protocol servers. The initial index covers 30 servers across 9 categories, with verified badges for official Anthropic and vendor-published servers. Install commands, tool lists, and source links are all cross-checked against live repositories.

This changelog covers significant ecosystem events. For individual server release notes, see each server's GitHub repository.