Labsco
cdugo logo

DocsFetcher

โ˜… 15

from cdugo

Fetches package documentation from various language ecosystems without requiring API keys.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

๐Ÿ“š DocsFetcher MCP Server

smithery badge npm version npm downloads

An MCP server that fetches package documentation from multiple language ecosystems for LLMs like Claude without requiring API keys.

<a href="https://glama.ai/mcp/servers/8yfwtryuc5"> <img width="380" height="200" src="https://glama.ai/mcp/servers/8yfwtryuc5/badge" alt="DocsFetcher Server MCP server" /> </a>

โœจ Features

  • ๐ŸŒ Supports multiple programming languages (JavaScript, Python, Java, .NET, Ruby, PHP, Rust, Go, Swift)
  • ๐Ÿ“ฆ Fetches documentation for packages by 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
  • ๐Ÿ’ฌ Includes specialized prompts for documentation analysis
  • ๐Ÿ”‘ No API key required - works natively with Claude Desktop and Cursor IDE

๐Ÿ› ๏ธ Available Tools

  1. fetch-url-docs: ๐Ÿ”— Fetch docs from a specific URL
  2. fetch-package-docs: ๐Ÿ“ฆ Fetch docs for a package with optional language specification
  3. fetch-library-docs: ๐Ÿง  Smart tool that works with either package name or URL
  4. fetch-multilingual-docs: ๐ŸŒ Fetch docs for a package across multiple language ecosystems

๐Ÿ“ Available Prompts

  1. summarize-library-docs: ๐Ÿ“š Create a comprehensive library summary
  2. explain-dependency-error: ๐Ÿ› Generate dependency error explanations

๐Ÿ’ก Example Queries

Basic Library Information

  • "What is Express.js and how do I use it?"
  • "Tell me about the React library"
  • "How do I use requests in Python?"

Multi-language Support

  • "Show me documentation for lodash in JavaScript"
  • "Compare pandas in Python and data.table in R"

Using Tools

  • "@fetch-package-docs with packageName='express' and language='javascript'"
  • "@fetch-package-docs with packageName='requests' and language='python'"
  • "@fetch-multilingual-docs with packageName='http' and languages=['javascript', 'python', 'rust']"

Using Prompts

  • "@summarize-library-docs with libraryName='express'"
  • "@explain-dependency-error with packageName='dotenv'"

๐Ÿ“„ License

MIT