Skip to content

Docshark

Free

by MCP Community

🦈 Documentation MCP Server — scrape, index, and search any doc website

v0.1.20Added Apr 12, 2026
tmcpmcpdocumentationsearchai
Works with:ClaudeGPTGeminiCopilot

Docshark MCP Server

🦈 Documentation MCP Server — scrape, index, and search any doc website

Installation

npx -y docshark

Reviews

Leave a Review

Installation

Quick install
npx -y docshark
Add to claude_desktop_config.json
{
  "mcpServers": {
    "docshark": {
      "command": "npx",
      "args": ["-y", "docshark"]
    }
  }
}