Servers

MDN Lookup
@BabyManisha
Tool to fetch and summarize developer documentation from [MDN Web Docs](https://developer.mozilla.org/).
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"SmartDeveloperAssistant": {
"command": "node",
"args": [
"</absolute/path/to>/mdn-lookup/index.js"
]
}
}
}