Offline-first MDN Web Docs RAG-MCP server ready for semantic search with hybrid vector and full‑text retrieval
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"
]
}
}
}
Run in terminal:
claude mcp add mdn npx -y deepsweet/mdn
Add to .cursor/mcp.json:
{
"mcpServers": {
"mdn": {
"command": "npx",
"args": [
"-y",
"deepsweet/mdn"
]
}
}
}