📚 DocsFetcher MCP Server
@cdugo
关于 📚 DocsFetcher MCP Server
MCP Server to retrieve documentation for a package
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"docsFetcher": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@cdugo/mcp-get-docs",
"--config",
"'{}'"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 📚 DocsFetcher MCP Server?
📚 DocsFetcher MCP Server is an MCP server that fetches package documentation from multiple programming language ecosystems (JavaScript, Python, Java, .NET, Ruby, PHP, Rust, Go, Swift) for LLMs like Claude. It requires no API key and works natively with Claude Desktop and Cursor IDE.
How to use 📚 DocsFetcher MCP Server?
Install via Claude Desktop (Settings → Developer → Edit Config) or Cursor IDE (Settings → MCP → Add New MCP Server) using the provided npx command, or clone and run locally with npm start. Use tools like fetch-package-docs, fetch-url-docs, fetch-library-docs, or fetch-multilingual-docs. Pre‑built prompts include summarize-library-docs and explain-dependency-error.
Key features of 📚 DocsFetcher MCP Server
- Supports JavaScript, Python, Java, .NET, Ruby, PHP, Rust, Go, Swift
- Fetches documentation by package name or URL
- Crawls documentation sites to extract comprehensive information
- Extracts README, API docs, code examples, and repository info
- Provides structured data for LLM summarization
- No API key required
Use cases of 📚 DocsFetcher MCP Server
- Ask about a library (e.g., “What is Express.js?”)
- Retrieve documentation for a specific package in a given language
- Compare the same package across multiple language ecosystems
- Explain a dependency error for a given package
FAQ from 📚 DocsFetcher MCP Server
What runtime does 📚 DocsFetcher MCP Server require?
Node.js 18 or later is required.
Do I need an API key to use DocsFetcher MCP Server?
No, the server works without any API key.
What should I do if fetching documentation fails?
Some packages may have non‑standard documentation; try using the package’s direct URL with fetch-url-docs.
Which transport/authentication does the server use?
The README does not mention a specific transport or authentication—only that it works natively with Claude Desktop and Cursor IDE and requires no API key.
Can I use it with languages not listed in the supported list?
If a language is not working, try using the package’s direct URL with the general fetch tool.
记忆与知识 分类下的更多 MCP 服务器
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Notion MCP Server
makenotionOfficial Notion MCP Server
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
评论