MDN launches MCP server to give coding agents up-to-date web docs
Mozilla's MDN team has released an experimental MCP server that connects AI coding agents and IDEs directly to MDN's documentation and browser compatibility data via the Model Context Protocol.
Score breakdown
The MDN MCP server gives coding agents a live connection to authoritative web platform documentation, directly addressing the training-cutoff problem where agents may be unaware of newer CSS, HTML, or Web API features and their current browser support status.
- 01The MDN MCP server is now available and uses the Model Context Protocol to connect AI agents and IDEs to MDN documentation and browser compatibility data.
- 02The server is hosted at https://mcp.mdn.mozilla.net/ and is currently experimental.
- 03Compatible MCP clients include VS Code, Zed, Cursor, Claude Code, Codex CLI, Antigravity CLI (previously Gemini CLI), and Claude Desktop.
The MDN team has announced the release of an experimental MDN MCP server, which implements the Model Context Protocol (MCP) — an open standard for connecting AI tools to external data sources — to deliver MDN's documentation and browser compatibility data directly into AI agents and IDEs. The server is hosted at `https://mcp.mdn.mozilla.net/` and can be added to Claude Code with a single command: `claude mcp add --transport http mdn https://mcp.mdn.mozilla.net/`. It is compatible with a broad set of MCP clients, including editors VS Code, Zed, and Cursor; agent CLIs Claude Code, Codex CLI, and Antigravity CLI (previously Gemini CLI); and the Claude Desktop chat app.
The core problem the server addresses is that LLMs and coding agents can surface outdated or missing web platform information due to their training data cutoffs.
The core problem the server addresses is that LLMs and coding agents can surface outdated or missing web platform information due to their training data cutoffs. The MDN team specifically cites the example of an agent not knowing whether a feature like the `@view-transition` CSS at-rule exists or has reached "Widely Available" baseline status. To evaluate the practical difference, the team tested Claude Code Opus 4.7 with and without the MDN MCP enabled on several features recently shipped in Firefox 151, including the `light-dark()` CSS function, the `:buffering` CSS pseudo-class, the `shadowrootslotassignment` attribute, and the Web Serial API. Results showed that usage notes were comparable in most cases, but MCP-assisted answers were sometimes better structured and more complete — for instance, the `light-dark()` response with MCP also covered linear gradient examples not directly asked about. The server is currently marked experimental, and Mozilla has published a privacy notice covering data handling during this phase.
Key facts
- 01The MDN MCP server is now available and uses the Model Context Protocol to connect AI agents and IDEs to MDN documentation and browser compatibility data.
- 02The server is hosted at https://mcp.mdn.mozilla.net/ and is currently experimental.
- 03Compatible MCP clients include VS Code, Zed, Cursor, Claude Code, Codex CLI, Antigravity CLI (previously Gemini CLI), and Claude Desktop.
- 04The server is designed to address LLM knowledge-cutoff gaps, such as not knowing whether a feature like the `@view-transition` CSS at-rule is 'Widely Available'.
- 05The MDN team tested Claude Code Opus 4.7 with and without the MDN MCP on features recently shipped in Firefox 151.
- 06Test results showed MCP-assisted answers were comparable in most cases but sometimes better structured and more complete.
- 07Adding the server to Claude Code requires running: `claude mcp add --transport http mdn https://mcp.mdn.mozilla.net/`
Topics
Summary and scoring are generated automatically from the original article. We always link back to the publisher and never republish images or paywalled content. Last processed Jun 15, 2026 · 11:57 UTC. How this works →