MCP.so
Sign In

MCP Documentation Server

@MCP-Mirror

About MCP Documentation Server

Mirror of

Basic information

Category

Memory & Knowledge

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "documentation": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-documentation-server"
      ],
      "env": {
        "BRAVE_API_KEY": ""
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Documentation Server?

MCP Documentation Server is a smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration. It supports multiple frameworks (React, Next.js, Python, Vue.js, Angular, Node.js) and uses Brave Search for intelligent documentation retrieval.

How to use MCP Documentation Server?

Install globally with npm install -g mcp-documentation-server, then configure Claude Desktop by adding the server entry to config.json with a valid BRAVE_API_KEY. Once configured, you can ask Claude to search documentation, analyze code, or find best practices. For development, clone the repository, install dependencies, set environment variables (PORT, UPDATE_INTERVAL, CACHE_DURATION, BRAVE_API_KEY), and run npm run dev.

Key features of MCP Documentation Server

  • AI Documentation Guide for maintaining knowledge bases
  • AI Code Assistant for code quality analysis
  • Framework support: React, Next.js, Python, Vue.js, Angular, Node.js
  • Brave Search Integration for smart documentation retrieval
  • Learning system that improves suggestions over time

Use cases of MCP Documentation Server

  • Search documentation for specific frameworks or APIs
  • Analyze code snippets for improvements and security issues
  • Find best practices for Next.js App Router or React hooks

FAQ from MCP Documentation Server

What is MCP Documentation Server and what does it do?

It is a documentation server that integrates with Claude Desktop to provide AI-assisted code improvement and documentation management, with support for multiple frameworks and smart search via Brave.

How do I configure MCP Documentation Server with Claude Desktop?

You install the package globally, then add a server entry to Claude Desktop's config.json with the command npx -y mcp-documentation-server and set the BRAVE_API_KEY environment variable.

What frameworks and runtimes does MCP Documentation Server support?

It supports React.js, Next.js (with App Router), Python, Vue.js, Angular, and Node.js.

How can I run MCP Documentation Server in development mode?

Clone the repository, install dependencies, create a .env file with PORT, UPDATE_INTERVAL, CACHE_DURATION, and BRAVE_API_KEY, then run npm run dev.

What are the dependencies and data requirements for MCP Documentation Server?

It requires Node.js and a Brave Search API key. The server caches documentation for a configurable duration (default 24 hours) and updates documentation at a configurable interval (default 1 hour).

Comments

More Memory & Knowledge MCP servers