Best for
- Web developers who need accurate, current web platform documentation
- Coding agents aiming to reduce inaccuracies caused by outdated LLM training data
The MDN MCP server is an official Mozilla-maintained experimental project giving coding agents authoritative, current web platform docs and compatibility data, but it currently discloses limited details (no public tool list) and is explicitly labeled experimental, subject to change or withdrawal at any time.
The MDN MCP server is an experimental server maintained by Mozilla's MDN team that exposes MDN's search, documentation, and browser compatibility data to LLMs and coding agents. The goal is to give these tools a reliable, up-to-date source of web platform documentation instead of relying on potentially outdated training data. The repository lives at mdn/mcp under the MPL-2.0 license; the README does not list specific tool names or parameters, so the exact tool set cannot be confirmed from the available source.
Remote: add Mozilla's hosted remote server to your tool, e.g. in Claude Code run claude mcp add --transport http mdn https://mcp.mdn.mozilla.net/. Local: run npm install to install dependencies, then npm start to launch the server, and add the local endpoint, e.g. claude mcp add --transport http mdn-local http://localhost:3002/. For local development, npm run dev starts the dev server, MCP inspector, and tests together.