mcp-web-docs

cosmocoder/mcp-web-docs
★ 1 stars TypeScript 🧠 Memory/Knowledge Updated today
Self-hosted MCP server to index and search any documentation site—public or private
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-web-docs": {
      "command": "npx",
      "args": [
        "-y",
        "cosmocoder/mcp-web-docs"
      ]
    }
  }
}

README Excerpt

**Index Any Documentation. Search Locally. Stay Private.** A self-hosted Model Context Protocol (MCP) server that crawls, indexes, and searches documentation from *any* website. Unlike remote MCP servers limited to GitHub repos or pre-indexed libraries, web-docs gives you full control over what gets indexed — including private documentation behind authentication.

Tools (1)

add_documentation