Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Docsmcp

    4 stars
    JavaScript
    Updated Sep 25, 2025

    Table of Contents

    • Overview
    • Usage
    • Cursor MCP Configuration
    • Note:
    • VS Code MCP Configuration
    • Available Tools
    • getDocumentationSources
    • getDocumentation
    • License

    Table of Contents

    • Overview
    • Usage
    • Cursor MCP Configuration
    • Note:
    • VS Code MCP Configuration
    • Available Tools
    • getDocumentationSources
    • getDocumentation
    • License

    Documentation

    DocsMCP

    A Model Context Protocol (MCP) server that provides documentation access to LLMs.

    Overview

    DocsMCP enables Large Language Models (LLMs) to access and query documentation from specified sources, whether from local files or remote URLs. It uses the Model Context Protocol (MCP) to facilitate communication between the LLM and documentation sources.

    Usage

    Cursor MCP Configuration

    You can also configure DocsMCP in your Cursor project by creating a .cursor/mcp.json file:

    json
    {
      "mcpServers": {
        "docs-mcp": {
          "command": "npx",
          "args": [
            "-y",
            "docsmcp",
            "'--source=Model Context Protocol (MCP)|https://modelcontextprotocol.io/llms-full.txt'"
          ]
        }
      }
    }

    This configuration allows Cursor AI to use the documentation MCP server automatically when you open your project.

    Note:

    When specifying a source that contains spaces, ensure to wrap the entire string in quotes. For example:

    '--source=Model Context Protocol (MCP)|https://modelcontextprotocol.io/llms-full.txt'

    VS Code MCP Configuration

    You can configure DocsMCP in VS Code by adding a configuration to your .vscode/mcp.json file:

    json
    {
      "servers": {
        "documentation-mcp-server": {
          "type": "stdio",
          "command": "npx",
          "args": [
            "-y",
            "docsmcp",
            "--source=Model Context Protocol (MCP)|https://modelcontextprotocol.io/llms-full.txt"
          ]
        }
      }
    }

    This configuration allows VS Code extensions that support MCP to use the documentation server automatically.

    Available Tools

    The MCP server provides two main tools:

    getDocumentationSources

    Lists all available documentation sources that have been configured.

    getDocumentation

    Fetches and parses documentation from a given URL or local file path.

    Parameters:

    • url: The URL or file path to fetch the documentation from

    License

    MIT

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k