mdnmcp
Verified Safeby mdonmez
Overview
Provides real-time, token-efficient access to MDN Web Docs for Large Language Models and AI coding assistants to prevent hallucinations and access up-to-date web API information.
Installation
python src/mdnmcp/server.pySecurity Notes
The server makes HTTP requests to the public MDN API. `httpx` is used with `follow_redirects=True`, which is generally safe for known, trusted endpoints like MDN. No 'eval' or other directly dangerous functions are used. No hardcoded secrets were identified.
Similar Servers
mcp
Provides AI assistants with direct, secure access to the latest official Microsoft documentation to prevent hallucinations and verify code.
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
mcp-openapi-server
A Model Context Protocol (MCP) server that exposes OpenAPI endpoints as MCP tools, along with optional support for MCP prompts and resources, enabling Large Language Models to interact with REST APIs.
shadcn-svelte-mcp
Provides real-time access to shadcn-svelte component documentation, Bits UI API details, and Lucide Svelte icon search via an MCP server for AI-powered code editors and CLIs.