Yes — the incumbents are shipping MCP servers: a Sep-2026 map of first-party MCP, from GitHub and Stripe to Google Workspace, Salesforce and Blender
Conventional software vendors have made a first-party MCP (Model Context Protocol) server the default way to become agent-accessible. Cases with vendor-documented sources: GitHub, GitLab, Atlassian, JetBrains, Docker, Cloudflare, Figma, Stripe, Neon/Supabase/MongoDB, Grafana/Sentry/Datadog, Playwright, Chrome DevTools, Vercel/Netlify/Render; Google Workspace (Developer Preview), Microsoft 365 Work IQ MCP, Salesforce hosted MCP (GA, disabled by default), Slack, Notion, Linear, Zapier, X; creative apps (Adobe, Blender, Autodesk, Unreal, Houdini, Boris FX, Foundry); OS/browser surfaces (Windows ODR, Apple Xcode MCP, WebMCP). Plus the guardrail vocabulary, the deprecations, the registries, and who is still absent.
Research date: 10 Sep 2026 (GitHub API snapshots 10–11 Sep). Every case carries the vendor URL it was verified against; press-reported items are labeled and collected in the caveats. “First-party” here means the vendor publishes the server itself — a docs page on its own domain and/or a repo under its own org. Companion articles: codex-blender-control-2026-09-10.md, computer-use-landscape-2026-09-07.md, codex-mcp-server-pattern.md.
TL;DR
- Yes. By 2026, shipping a first-party MCP server has become the default way an incumbent software vendor makes itself agent-accessible — and it is no longer a dev-tools-only phenomenon: Google Workspace, Microsoft 365, Salesforce, Slack, Notion, Linear, Zapier and X all ship or preview one, alongside the developer platforms (GitHub, GitLab, Atlassian, Cloudflare, Vercel) and the creative apps (Adobe, Blender, Autodesk, Unreal, Houdini).
- It went remote. The 2025 pattern was a local
stdioserver; the 2026 pattern is a vendor-hosted Streamable HTTP endpoint with OAuth —mcp.stripe.com,mcp.supabase.com,mcp.atlassian.com/v2/mcp,*.googleapis.com/mcp/v1,docs.x.com. - Vendors keep the wheel. Read-only switches, project scoping, OAuth scopes instead of API keys, human confirmation for writes, and admin allow/block lists are now standard vocabulary — though read-only is rarely the default, so the safe configuration is opt-in.
- Why they bother: distribution (your server shows up inside ChatGPT/Codex/Claude/Cursor without you writing a client), governance (you can audit what the agent did), and displacement of community servers you can’t control — one of which (the popular community Figma server) shipped a remote-code-execution CVE in Oct 2025.
- Counter-currents are real: Elastic deprecated its own server for a product endpoint, JetBrains absorbed its proxy into the IDE, Atlassian forced a v1→v2 migration (deadline 2027-03-01), Microsoft is de-emphasising Playwright MCP in favour of CLI + skills for token efficiency, and several incumbents compete with their own agent rather than an MCP endpoint.
- Who’s still out: no first-party MCP for npm/PyPI registries, none found for Fly.io, Apple ships MCP frameworks for developers but nothing for its own consumer apps, and Google Workspace’s official servers are still a Developer Preview.
1. What counts as “first-party” — and why the distinction is the whole question
The MCP ecosystem has two populations that look identical in a client’s tool list:
- Vendor-shipped: e.g. Figma’s own Dev Mode MCP server (figma.com/blog), Blender’s official server from the Blender project (blender.org/lab/mcp-server).
- Community-shipped: e.g.
GLips/Figma-Context-MCP(~15.8k★) — popular, but not Figma’s;ahujasid/blender-mcp(28k★) — popular, but superseded in spirit by Blender’s own.
The 2026 trend line is community shape → first-party product: Blender built an official server next to a 28k★ community one; JetBrains deprecated its standalone proxy once the capability moved into the IDE; Elastic deprecated its own repo in favour of an endpoint inside Agent Builder. That is the strongest signal that this is a vendor strategy, not a hobbyist phenomenon.
2. Developer platforms, dev-tools, infrastructure
| Vendor | First-party artifact | Exposes | Status | Source |
|---|---|---|---|---|
| GitHub | GitHub MCP Server — “GitHub’s official MCP Server”; local + remote | repos/code, issues & PRs, Actions/CI, Dependabot & code security, discussions, notifications | repo 2025-03-04; v1.12.1 2026-09-08; 32,871★ | repo · remote api.githubcopilot.com/mcp/ |
| GitLab | MCP built into the product (no gitlab-org MCP repo) | projects, issues, MRs, commits, CI/CD, work items, vulnerabilities | Experiment 18.3 → Beta; Free tier in 19.2 | docs (bot-blocked; read from GitLab’s mirror) |
| Atlassian | Atlassian Rovo MCP Server (remote) | Jira, Confluence, JSM, Bitbucket, Compass, Loom, Teamwork Graph; read and write | GA 2026-02-04 (press); v2 recommended, v1 migrates 2027-03-01 | repo · support docs |
| JetBrains | MCP Server plugin — the IDE as an MCP server | IDE actions/context for Claude Code, Codex, VS Code, Copilot | bundled since 2025.2; standalone proxy deprecated | docs |
| Docker | MCP Catalog + Toolkit + Gateway | 300+ verified servers; partner first-party (New Relic, Stripe, Grafana) | Docker Desktop 4.62+ | docs · hub.docker.com/mcp |
| Cloudflare | ~14–16 own servers + remote MCP hosting | Code Mode server (search()/execute() over 2,500+ endpoints, ~1k tokens vs ~1.17M), Workers, Observability, Radar, DNS, GraphQL… | hosting 2025-03-25; spec 2026-07-28 | docs |
| Figma | Dev Mode MCP server (desktop + remote) | design context, code-gen from frames, write to canvas, Code Connect | beta 2025-06-04 | blog · docs |
| Stripe | Stripe MCP (mcp.stripe.com) | read and write (stripe_api_write = POST/PATCH/PUT/DELETE), API search, docs, planner | OAuth sessions revocable; “human confirmation of tools” | docs |
| Neon / Supabase / MongoDB | Vendor MCP servers (639★ / 2,903★ / 1,126★) | projects, branches, SQL, schemas, DB CRUD + aggregation | ?readonly=true, --readOnly, read-only OAuth scope, project scoping | Neon · Supabase · MongoDB |
| Grafana / Sentry / Datadog | mcp-grafana 3,449★ · sentry-mcp 846★ · Datadog MCP | dashboards, PromQL/LogQL, incidents · errors/traces/triage · metrics/logs/traces/monitors | Grafana --disable-write; Sentry org scoping; Datadog GA 2026-03-09 (press) | Grafana · Sentry · Datadog |
| Elastic | elastic/mcp-server-elasticsearch (713★) → superseded | ES query/analysis → Agent Builder MCP endpoint | DEPRECATED (9.2.0+/Serverless) | repo |
| Microsoft | playwright-mcp — browser automation via the a11y tree, no vision | navigate/click/type/snapshot for coding agents | v0.0.80 2026-09-01; 37,011★; README now pushes playwright-cli + skills | repo |
| Google (Chrome) | chrome-devtools-mcp — “Chrome DevTools for coding agents” | performance traces, network, console w/ sourcemaps, screenshots, Puppeteer | v1.9.0 2026-09-08; 51,649★ | repo |
| Vercel / Netlify / Render | Vendor MCP | deploys, logs, projects, DB queries | Vercel 2025-08-06 (beta); Render surfaced in official Claude/Codex plugins | Vercel · Netlify · Render |
| npm, PyPI, Fly.io | — | — | no official server found | (negative result) |
3. Enterprise SaaS and productivity — the cohort that “has no API culture”
| Vendor | First-party artifact | Guardrails (the interesting part) | Source |
|---|---|---|---|
| Google Workspace | Official remote MCP servers per product: gmailmcp, drivemcp, docsmcp, sheetsmcp, slidesmcp, calendarmcp, chatmcp .googleapis.com/mcp/v1 | Developer Preview; OAuth; readonly-first scopes documented; each service must be enabled per Cloud project; Google shipped API/MCP usage tiering against “unintended large-scale data egress” | docs (updated 2026-09-03) · tools safety |
| Microsoft 365 | Work IQ MCP servers (preview): Copilot, Mail, Calendar, Teams, SharePoint, OneDrive, Word, User, Windows 365 agents, Fabric IQ, Dataverse/Dynamics, + an MCP Management server | requires Copilot licence; admins allow/block org-wide in the M365 admin center; scoped permissions; runtime policy checks; tracing via Defender Advanced Hunting | overview |
| Microsoft 365 Copilot | Federated connectors (MCP underneath; gallery already carries Box, Notion, Linear, HubSpot, Xero, Canva…) | read-only, Purview-auditable | docs |
| Salesforce | Hosted MCP Servers — GA + Salesforce DX MCP (local stdio) | disabled by default at GA; per-server activation in Setup → API Catalog; OAuth authorization-code only (no service accounts — “the human stays at the wheel”), PKCE, External Client Apps only; agent inherits the human’s CRUD/FLS/sharing; read-only platform/sobject-reads vs platform/sobject-all | repo · setup |
| Salesforce Agentforce | Also positions as the governance layer over other vendors’ MCP servers (Centralized MCP Server Registry + agent gateway) | — | agentforce/mcp-support |
| Slack (Salesforce) | Exposes team context to third-party agents (Feb 2026) and ships Slackbot as an MCP client (Jun 2026) | — | Slack newsroom, 18 Feb / 18 Jun 2026 (press-indexed) |
| Notion | “a remote MCP server hosted by Notion” | OAuth; read and update | docs |
| Linear | Linear MCP server | native in Claude/Cursor clients | docs |
| Zapier | Zapier MCP — 9,000+ apps behind one endpoint | per-app access, approve/block actions, history log, SOC 2 Type II; vendor stats: 450k+ servers, 18.5M+ tool calls | zapier.com/mcp |
| X (Twitter) | Hosted X MCP + a docs-search MCP | hosted by X; the user’s own account permissions replace DIY servers — and it adds no capability beyond the X API | docs.x.com/tools/mcp |
| ServiceNow | Reported “opens its full system of action to every AI Agent” | unverified — site unreachable from this sandbox | (press, 5 May 2026) |
4. Creative, 3D and media apps
Covered in depth in the companion article codex-blender-control-2026-09-10.md. The short version —
every one of these is programmatic, none is screenshot-driven:
| App | MCP surface |
|---|---|
| Blender | Official Blender Lab MCP server (execute_blender_code, headless *_for_cli twins), Blender 5.1+, client-neutral — blender.org |
| Adobe | Creative agent across Firefly/Express/Creative Cloud + Adobe Express Developer MCP Server |
| Affinity by Canva | AI Connector for Claude (MCP): renames, resizes, bulk edits, reusable scripts |
| Boris FX Silhouette | MCP server over its FX Scripting API; interactive and offline-headless modes |
| Foundry Griptape | Native MCP orchestration for VFX pipelines (Blender + Nuke) |
| SideFX Houdini 22 | MCP via the new APEX Script workflow (rigging first; a Labs-bound sneak peek) |
| Unreal Engine | “Connect AI clients to Unreal Editor through MCP” |
| Autodesk Fusion, SketchUp, Ableton, Splice, Resolume | Connectors in Claude for Creative Work |
Adobe/Affinity/Blender/Boris FX/Foundry/SideFX/Unreal per NVIDIA’s SIGGRAPH 2026 write-up; Fusion/SketchUp/Ableton/Splice/Resolume per Claude for Creative Work. Unity’s Claude Code plugin is press-reported (10 Sep 2026).
5. Operating systems and browsers
- Microsoft ships a registry, not a pixel driver: MCP on Windows / On-device Agent Registry (“a secure, manageable interface to discover and use agent connectors”), default connectors including a File Explorer MCP server, servers “contained in a separate environment by default”, per-agent access control via Settings/Intune, plus App Actions as Windows’ App-Intents analogue. MCP on Windows · App Actions
- Apple ships MCP for developers, not for its own apps: App Intents, on-screen awareness, and MCP + the Agent Client Protocol in Xcode 27 (GitHub and Figma first). newsroom, 8 Jun 2026
- Google ships
chrome-devtools-mcp(51.6k★) and co-edits WebMCP — the spec that lets a website publish tools so agents stop parsing pixels: “web pages that use WebMCP can be thought of as Model Context Protocol servers that implement tools in client-side script.” Spec (Draft CG Report, 9 Sep 2026) · implementation status: ChatGPT Desktop supported, Chrome 149 / Edge 150 origin trials, Brave experimental, no Firefox/Safari.
6. What they expose, and the guardrail vocabulary
- Read-mostly, writes opt-in: Notion, Linear, Grafana (
--disable-write), MongoDB (--readOnly), Neon (?readonly=true), Supabase (?read_only=true), Microsoft 365 Copilot connectors (read-only). - Real write surfaces: Stripe (
stripe_api_write), GitHub (issues/PRs), Atlassian, Salesforce (sobject-all), Google Workspace (drafts, uploads, events, chat), Zapier. - The sentences vendors now write: “Enable human confirmation of tools” (Stripe); “Always review and authorize actions requested by the LLM before execution” (Neon); deletes “only after explicit user approval” (Dynamics); OAuth-code-only so “the human stays at the wheel” (Salesforce); org-wide allow/block with Defender tracing (Microsoft); MCP policy disabled by default (GitHub).
7. Five patterns worth naming
- Remote-first + OAuth. Hosted endpoints are the norm; local
stdiosurvives mainly where the target is the local machine (browser drivers, IDE plugins, some DB/observability tooling). - Registries as a second product. Official MCP Registry (
registry.modelcontextprotocol.io), GitHub’sgithub.com/mcp, Docker’shub.docker.com/mcpwith SBOM/provenance, plus vendor connector directories inside ChatGPT/Codex/Claude. - Community → first-party absorption. The security argument is concrete: the community Figma server — not Figma’s — shipped a remote-code-execution CVE-2025-53967.
- Lifecycle management arrives. Atlassian v1→v2 migration (deadline 2027-03-01), Salesforce servers off by default, Dynamics’ static MCP server retiring 2026-10-01. MCP endpoints now have deprecation policies, like any API.
- MCP is not always the answer — even for its authors. Microsoft’s Playwright MCP steers agents
to
playwright-cli+ skills for token efficiency; Adobe, Salesforce and Meta compete with their own agents (Firefly agent, Agentforce, Muse) rather than only an endpoint.
8. Caveats
- Press-reported, not vendor-verified here: Atlassian GA (2026-02-04), Datadog GA (2026-03-09), MongoDB Atlas-managed MCP launch, Docker catalog launch, Slack’s two blog posts, Unity’s Claude Code plugin, and ServiceNow (its site timed out for this sandbox — treat as unverified).
- GitLab docs are behind a bot challenge; facts were read from GitLab’s own GitHub mirror doc sources. The canonical URL was not opened directly.
- Star counts are live GitHub API values from 10–11 Sep 2026 and move daily; they are not comparable across Gitea/GitHub or across project ages.
- “No official server found” statements (npm, PyPI, Fly.io, Apple consumer apps) are absence of evidence, not vendor denials.
- Zapier’s usage numbers are vendor marketing on the product page, not audited figures.
- Microsoft Learn pages intermittently render an “access requires authorization” banner while still serving content; the Work IQ overview is explicitly (preview).
Companions
- Codex and Blender: the agent isn't clicking — it's running bpy (plus the Sep-2026 map of agents that control your computer)
- Computer Use in Sep 2026: GUI Agents for Desktop, Phone and Pad — Features, Limits per OS, and Where the Community Is Building
- The Codex MCP-Server Pattern: Expose a Harness as One Coarse MCP Tool Running an Agent Underneath