Back to Home
mdn icon

mcp

Verified Safe

by mdn

Overview

This MCP server provides a standardized API for accessing MDN Web Docs search results, detailed documentation, and browser compatibility data.

Installation

Run Command
npm start

Environment Variables

  • PORT
  • SENTRY_DSN

Security Notes

The server's network requests are explicitly constrained to legitimate MDN domains (developer.mozilla.org and bcd.developer.mozilla.org), significantly mitigating Server-Side Request Forgery (SSRF) risks. No use of `eval` or similar dangerous functions was found. Sensitive environment variables like SENTRY_DSN are correctly loaded from `process.env`, preventing hardcoded secrets. Overall, the codebase appears to follow good security practices for its stated purpose.

Similar Servers

Stats

Interest Score39
Security Score9
Cost ClassMedium
Avg Tokens25000
Stars11
Forks3
Last Update2026-01-19

Tags

MDNweb developmentdocumentationsearchbrowser compatibility