mdn

deepsweet/mdn
★ 2 stars TypeScript 🤖 AI/LLM Updated 1d ago
Offline-first MDN Web Docs RAG-MCP server ready for semantic search with hybrid vector and full‑text retrieval
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mdn": {
      "command": "npx",
      "args": [
        "-y",
        "deepsweet/mdn"
      ]
    }
  }
}