Skip to content

my-mcp-hub/doc-mcp-server

Repository files navigation

Doc MCP Server

A doc mcp server

Setup

Usage

To use with Desktop APP, such as Claude, VSCode, Cline, Cherry Studio, Cursor, and so on, add the MCP server config below.

On Mac system:

{
  "mcpServers": {
    "doc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@my-mcp-hub/doc-mcp-server"
      ]
    }
  }
}

On Window system:

{
  "mcpServers": {
    "doc-mcp-server": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "@my-mcp-hub/doc-mcp-server"
      ]
    }
  }
}

License

MIT