MCP.so
登录

MDN Lookup

@BabyManisha

关于 MDN Lookup

Tool to fetch and summarize developer documentation from [MDN Web Docs](https://developer.mozilla.org/).

基本信息

分类

记忆与知识

传输方式

stdio

发布者

BabyManisha

提交者

Baby Manisha. Sunkara

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "SmartDeveloperAssistant": {
      "command": "node",
      "args": [
        "</absolute/path/to>/mdn-lookup/index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

记忆与知识 分类下的更多 MCP 服务器