drio
Open app

MCP Documentation Server

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

MCP Documentation Server is a smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.

To use the MCP Documentation Server, install the package via npm, configure Claude Desktop, and start using it by issuing commands to Claude for documentation searches and code analysis.

  • AI Documentation Guide for maintaining and updating documentation knowledge base - AI Code Assistant for analyzing and improving code quality - Support for multiple frameworks including React.js, Next.js, Python, Vue.js, Angular, and Node.js - Brave Search Integration for smart documentation search and retrieval - Learning System that improves suggestions over time
  1. Searching for documentation on React hooks
  2. Analyzing Python code for improvements
  3. Finding best practices for Next.js App Router
  4. Suggesting security fixes for code

Add to your AI client

Use these steps to connect MCP Documentation Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mahawi1992-mcp-documentation-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mahawi1992-mcp-documentation-server-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mahawi1992-mcp-documentation-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mahawi1992-mcp-documentation-server-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mahawi1992-mcp-documentation-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mahawi1992-mcp-documentation-server-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mahawi1992-mcp-documentation-server-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mahawi1992-mcp-documentation-server-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mahawi1992-mcp-documentation-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mahawi1992-mcp-documentation-server-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mahawi1992-mcp-documentation-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mahawi1992-mcp-documentation-server-mcp-mirror"
      ]
    }
  }
}

FAQ

What frameworks does MCP Documentation Server support?

It supports React.js, Next.js, Python, Vue.js, Angular, and Node.js.

How do I install MCP Documentation Server?

You can install it using npm with the command: npm install -g mcp-documentation-server.

Is there a guide for setting up Claude Desktop?

Yes, detailed setup instructions can be found in the Claude Desktop Setup Guide.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":618,"uuid":"8cb9dfb6-14ee-47fb-8473-c1654d1eceba","name":"mahawi1992_mcp-documentation-server","title":"MCP Documentation Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:24:25.438Z","updated_at":"2025-02-23T07:15:12.231Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcp,documentation,ai-assistant","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/mahawi1992_mcp-documentation-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]