A week after Muse hit number one on the US App Store, Meta opened it to outside developers. That sequencing is not an accident. On September 19, 2026, Mark Zuckerberg announced Muse’s developer connector platform with a line that sounds clean but hides real complexity: “You bring the API — Muse brings the agent, the browser, and the context of what the person actually wants.” New connectors went live the same day.
The pitch is a division of labor. A service exposes its existing API. Muse handles the agent reasoning, in-app browsing, and user context needed to make that API callable through natural conversation. Developers don’t have to build any agent infrastructure themselves. The platform is accessible at muse.ai/platform, though technical specs beyond that conceptual framing were not published alongside the launch.
How this compares to MCP
The architectural pattern here is the same one MCP established for coding agents: let a third-party service expose functionality that an agent can call. But Muse’s connector program and MCP are not the same thing, and that difference matters for how a developer should weigh the investment.
Building an MCP server gets you reach across every MCP-compatible agent, Claude and a growing list of others, without separate rework for each one. Building a Muse connector gets you reach specifically inside Muse’s user base. That’s a meaningful tradeoff. A Muse-specific integration can be tightly tailored to Muse’s agent and browsing capabilities, but it doesn’t automatically work anywhere else. So the choice is concentration versus breadth, and both have legitimate arguments depending on where your users actually are.
Why the chart position changes the pitch
Opening a developer platform right after Muse reached number one on the US App Store, ahead of ChatGPT, with a 4.9-star rating across more than 13,000 reviews, gives Meta a concrete distribution argument. A developer asking “is anyone actually going to use this” now has a current, verifiable answer rather than a speculative one. That’s a different conversation than launching a developer program before the app has proven itself. Meta timed this deliberately, and it’s effective as a recruitment signal to prospective partners.
Notion publicly acknowledged the announcement, which is the clearest signal of at least one real integration in progress. But no full partner list was published, and no example connector was shown alongside the launch.
What the launch didn’t say
The announcement is short on the operational details developers actually need before committing engineering time. Specifically, what’s missing:
- No review or security vetting process is described for new connectors before they go live for users
- No clarity on what data a connector can access by default versus what requires explicit user permission
- No technical specification of the integration surface, whether that’s a REST wrapper, a structured schema similar to MCP’s tool definitions, or something else
- No rate limits, authentication model, or error-handling guidelines published
For any developer or user thinking about trust and safety, the absence of a described review process is a real gap, not a minor detail.
“You bring the API” is doing a lot of work
Zuckerberg’s framing makes integration sound straightforward, but it glosses over what building a genuinely good connector actually involves. An API designed for a traditional app UI, one that expects specific request sequences, pagination, or form-based inputs, doesn’t automatically become agent-friendly just because it’s technically reachable.
A developer building a Muse connector still has to think through how an agent discovers which capabilities exist, how it handles ambiguous or incomplete requests, what happens when an action has side effects that need user confirmation, and how errors surface through a conversational interface rather than as raw API codes. That’s the same design work involved in building a first MCP server from scratch. Exposing an API to an agent is a genuinely different problem than exposing it to a human clicking through a UI, regardless of which connector framework sits underneath.
The lock-in question is worth naming directly
Muse’s distribution advantage is real right now. But a Muse-specific connector is a single point of dependency in a way an open protocol isn’t. If Meta changes connector terms, review policies, or revenue arrangements later, a developer who built specifically for Muse has no fallback except rebuilding for another platform from scratch. That’s the standard risk of any single-vendor integration, from app store APIs to social platform webhooks, and it has shaped how developers approach similar decisions for years.
An MCP server, by contrast, is a one-time build that continues paying off as more agent platforms adopt the protocol. That’s not a reason to skip Muse’s program entirely, the reach is real and worth having. But it is a reason to build the Muse connector on top of an existing integration strategy rather than instead of one.



