Read Docs MCP Server

Read Docs MCP

Remote serverstreamable-http

What is the Read Docs MCP MCP server?

Connect Read Docs MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Read Docs MCP. The read docs mcp mcp server is what makes that connection.

What the server does

A Model Context Protocol (MCP) server that enables AI agents to access and understand package documentation through a structured interface.

  • Automatically generates MCP tools from documentation structure
  • Supports multiple documentation modules (hooks, components, utilities, etc.)
  • Configurable naming patterns for documentation files and module folders
  • Provides listing, overview, and detailed documentation access
  • Dynamic tool generation based on configured modules
  • Fallback to package.json for version information

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by ZebraRoy; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

How to install the Read Docs MCP MCP server

### Read Documentation Mode (Windows)

```json
{
  "mcpServers": {
    "read-docs-{name}": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "read-docs-mcp",
        "--git-repo-path=https://github.com/user/repo",
        "--name=YourLibName"
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Frequently asked questions

It connects Read Docs MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Read Docs MCP directly.