EveryDev.ai
Subscribe
Home
Tools

3,020+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. MDN MCP Server
    MDN MCP Server icon

    MDN MCP Server

    MCP Servers
    Featured

    An experimental MCP server by Mozilla that gives LLMs and coding agents reliable, up-to-date access to MDN's web platform documentation, search, and browser compatibility data.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free to use, modify, and distribute under the Mozilla Public License 2.0. Available as a remote hosted server or self-hosted locally.

    Engagement

    Available On

    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersDocumentationAI Coding Assistants

    Alternatives

    Context7Lore (rac-core)Microsoft Agent Skills
    Developer
    Mozilla (MDN)San Francisco, CAEst. 1998$2300000 raised

    Listed Jul 2026

    About MDN MCP Server

    The MDN MCP server is an experimental open-source project from Mozilla that exposes MDN Web Docs content — including search, documentation, and browser compatibility data — to LLMs and coding agents via the Model Context Protocol (MCP). It is licensed under the Mozilla Public License 2.0 and hosted publicly on GitHub under the mdn organization. The project was created in October 2025 and has been actively maintained through mid-2026.

    What It Is

    The MDN MCP server is a JavaScript-based MCP server that connects AI coding tools and agents to MDN's authoritative web platform documentation. Its stated goal is to give LLMs a reliable, current source of web standards information rather than relying on potentially outdated training data. It can be run as a remote hosted service at mcp.mdn.mozilla.net or self-hosted locally.

    How It Works

    The server implements the MCP server protocol, making MDN's content queryable by any MCP-compatible client. Developers add it to their tool of choice — the README demonstrates integration with Claude Code using a single claude mcp add command. Two transport modes are supported:

    • Remote: Connect directly to Mozilla's hosted endpoint (https://mcp.mdn.mozilla.net/)
    • Local: Clone the repo, run npm install and npm start, then point your MCP client at http://localhost:3002/

    A development mode (npm run dev) launches the MCP inspector alongside the server and enables hot-reload on file changes.

    Experimental Status and Privacy

    Mozilla explicitly describes this as an experiment. The README notes that the server may be withdrawn at any time. While the experiment is running, Mozilla states it stores data about queries received, though not in a way designed to identify users. Users concerned about private information appearing in queries are advised not to use the server. An opt-out header (X-Moz-1st-Party-Data-Opt-Out: 1) is available for first-party analytics. Use is subject to Mozilla's Acceptable Use Policy.

    Audience and Use Case

    The primary audience is web developers using AI coding assistants who want accurate, up-to-date web platform reference material surfaced directly in their LLM workflows. Rather than relying on a model's training-time snapshot of MDN content, the server provides live access to MDN's search index and browser compatibility tables — particularly useful for questions about newer APIs, cross-browser support, or recently changed specifications.

    Open-Source Lineage

    The project is maintained by the mdn GitHub organization, which is Mozilla's home for MDN Web Docs tooling and content. It is written in JavaScript, licensed under MPL-2.0, and accepts community contributions. As of late June 2026, the repository had 150 stars and 11 forks, with active pushes continuing through that date.

    MDN MCP Server - 1

    Community Discussions

    Be the first to start a conversation about MDN MCP Server

    Share your experience with MDN MCP Server, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free to use, modify, and distribute under the Mozilla Public License 2.0. Available as a remote hosted server or self-hosted locally.

    • MDN documentation access via MCP
    • MDN search
    • Browser compatibility data
    • Remote hosted endpoint
    • Self-hosting support

    Capabilities

    Key Features

    • Access to MDN web platform documentation via MCP
    • MDN search integration
    • Browser compatibility data access
    • Remote hosted server at mcp.mdn.mozilla.net
    • Local self-hosting support
    • MCP inspector for local development
    • Hot-reload development mode
    • First-party analytics opt-out header support

    Integrations

    Claude Code
    Any MCP-compatible LLM client
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate MDN MCP Server and help others make informed decisions.

    Developer

    Mozilla (MDN)

    Mozilla builds open-source tools and platforms that advance the open web, with MDN Web Docs serving as the authoritative reference for web platform standards. The MDN organization on GitHub maintains documentation tooling, content pipelines, and experimental developer utilities. Mozilla's engineering teams contribute to web standards bodies and ship products like Firefox alongside developer-facing infrastructure like the MDN MCP server.

    Founded 1998
    San Francisco, CA
    $2300000 raised
    1,700 employees

    Used by

    Google
    Microsoft
    Meta
    Samsung (Partners in Open Web Docs)
    Read more about Mozilla (MDN)
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Context7 icon

    Context7

    Context7 pulls up-to-date, version-specific documentation and code examples directly from source repositories and injects them into LLMs and AI code editors like Cursor and Claude.

    Lore (rac-core) icon

    Lore (rac-core)

    Lore stores your team's requirements, decisions, designs, and roadmaps as typed Markdown in your repo and serves them read-only to coding agents over MCP, so agents cite your decisions instead of violating them.

    Microsoft Agent Skills icon

    Microsoft Agent Skills

    An open-source collection of 132 domain-specific skills, custom agents, AGENTS.md templates, and MCP configurations for AI coding agents working with Azure SDKs and Microsoft AI Foundry.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    127 tools

    Documentation

    AI-driven tools that automatically generate, maintain, and organize technical documentation, user guides, and project artifacts with context-aware content and intelligent updating.

    69 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    596 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions