
MDN Lookup
@BabyManisha
MDN Lookup について
Tool to fetch and summarize developer documentation from [MDN Web Docs](https://developer.mozilla.org/).
基本情報
設定
以下の設定を使って、このサーバーを 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.
「メモリとナレッジ」の他のコンテンツ
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
コメント