MDN Lookup icon

MDN Lookup

Fetches and summarizes developer documentation from MDN Web Docs.

About

MDN Lookup is a developer productivity tool that streamlines access to MDN Web Docs documentation directly from your development environment. Designed for seamless integration with MCP-compatible clients and editors like VS Code, it enables developers to quickly search for and retrieve concise, relevant documentation summaries for web APIs, JavaScript methods, and other web technologies—without leaving their workflow. By exposing an MCP-compatible tool server, MDN Lookup automates documentation lookups and integrates them into custom toolchains or editor extensions, helping developers save time, reduce context switching, and stay focused on coding.

Key Features

  • Supports running via Docker for simplified setup.
  • Returns a summary (first paragraph) and a link to the full documentation.
  • Exposes an MCP-compatible tool server over stdio.
  • Searches MDN for documentation using a query string.
  • Designed for seamless integration with MCP-compatible clients and editors.
  • 0 GitHub stars

Use Cases

  • Automate documentation retrieval to reduce context switching and enhance developer productivity.
  • Quickly fetch concise documentation summaries for web APIs or JavaScript methods directly within a development environment.
  • Integrate MDN documentation lookups into custom toolchains or editor extensions via an MCP-compatible server.
MDN Lookup: Instant MDN Docs & Web API Summaries for Developers