MCP.so
Sign In

MDN

Web docs, search, and browser compatibility data

Documentation

About MDN

MDN provides documentation for open web technologies including HTML, CSS, JavaScript, Web APIs, and browser compatibility data. Its experimental remote MCP server gives assistants current web platform context for answering implementation and browser-support questions.

Connection details

https://mcp.mdn.mozilla.net/

Transport

Streamable HTTP

Authentication

None

Setup

claude mcp add mdn --transport http https://mcp.mdn.mozilla.net/

Frequently asked questions

What is the MDN remote MCP server?

The MDN remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.mdn.mozilla.net/, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the MDN MCP server?

Add the endpoint https://mcp.mdn.mozilla.net/ to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the MDN MCP server require authentication?

No. MDN's MCP server does not require authentication — you can connect directly with the endpoint URL.

Which transport does the MDN MCP server use?

MDN exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

More remote MCP servers