
MDN Lookup
@BabyManisha
About MDN Lookup
Tool to fetch and summarize developer documentation from [MDN Web Docs](https://developer.mozilla.org/).
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"SmartDeveloperAssistant": {
"command": "node",
"args": [
"</absolute/path/to>/mdn-lookup/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MDN Lookup?
MDN Lookup is an MCP-compatible tool server that lets you query MDN documentation using natural language or API/method names, returning concise summaries and direct links. It is designed for developers who want instant access to MDN reference material directly from their editor.
How to use MDN Lookup?
Install the package and configure your MCP client (e.g., VS Code) to point to the index.js entry point. The server runs over stdio, so no additional runtime configuration is required; it uses the public MDN API out of the box.
Key features of MDN Lookup
- Instant MDN search using natural language or API/method names
- Returns first‑paragraph summary and direct MDN link
- Runs as a stdio‑based MCP tool server
- No extra setup—works with the public MDN API
- Simple integration with VS Code and other MCP clients
Use cases of MDN Lookup
- Quickly look up Web API or JavaScript documentation without leaving your editor
- Get concise summaries and links while coding, reducing context switches
- Integrate documentation lookup into automated workflows or AI assistants
- Enable team members to access consistent MDN references from any MCP host
FAQ from MDN Lookup
What makes MDN Lookup different from a web search or a browser bookmark?
It provides instant, query‑focused results directly inside your editor or MCP client, with a summary link, rather than requiring a browser tab and manual navigation.
Does MDN Lookup require any API key or registration?
No. The server uses the public MDN API with no additional configuration or authentication needed.
What runtime or dependencies does MDN Lookup need?
No extra runtime beyond a standard Node.js environment. The server runs as a stdio process and is ready to plug into any MCP client.
Does MDN Lookup cache or store any data?
The README does not mention caching or local storage; it references the public MDN API, so data is fetched live on each query.
What transport does MDN Lookup use?
It uses stdio transport, making it compatible with any MCP client that supports subprocess‑based tool servers.
More Memory & Knowledge MCP servers
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Notion MCP Server
makenotionOfficial Notion MCP Server
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
Comments