MDN Lookup
0
Fetches and summarizes developer documentation from MDN Web Docs.
关于
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.
主要功能
- 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
使用案例
- 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.