doc-mcp-server

my-mcp-hub/doc-mcp-server

3.2

If you are the rightful owner of doc-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document provides a structured overview of a Model Context Protocol (MCP) server template designed for Node.js applications.

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"
      ]
    }
  }
}