MCP Server LogoMCP Server
MCPsCategoriesDirectorySubmit
Submit
MCPsCategoriesDirectorySubmit
Submit

MCP Servers

A curated list of MCP Servers, featuring Awesome MCP Servers and Claude MCP integration.

Contact Us

[email protected]

About

Privacy PolicyTerms of Service

Resources

Model Context ProtocolMCP Starter GuideClaude MCP Servers

Community

GitHub

© 2026 mcpserver.cc © 2025 MCP Server. All rights reserved.

Privacy PolicyTerms of Service
  1. Home
  2. /Categories
  3. /Developer Tools
  4. /Docsmcp
Docsmcp

Docsmcp

Created by da1z•9 months ago
Visit Website

Developer Tools

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:

{
  "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:

{
  "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{:target=“_blank”}

Prerequisites

  • •Familiarity with the server domain
  • •Basic understanding of related technologies
  • •Knowledge of Developer Tools

Recommended Server

Dubco Mcp Server

Dubco Mcp Server

MCP server for Dub.co link shortener API integration

Mcp Crypto Price

Mcp Crypto Price

A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.

Waldur Mcp Server

Waldur Mcp Server

Server implementing Model Context Protocol for Waldur

View more → →

Details

Created

June 13, 2025

Last Updated

June 13, 2025

Category

Developer Tools

Author

da1z

Share

More Server

Mac Shell Mcp

Mac Shell Mcp

An MCP (Model Context Protocol) server for executing macOS terminal commands with ZSH shell. This server provides a secure way to execute shell commands with built-in whitelisting and approval mechanisms.

Findmine Mcp

Findmine Mcp

MCP server for FindMine's product styling AI

System_information_mcp

System_information_mcp

DevEnvInfoServer - Cursor MCP Server for Development Environment Information

Mcp Duckduckgo

Mcp Duckduckgo

A DuckDuckGo search plugin for Model Context Protocol (MCP), compatible with Claude Code. Provides web search functionality with advanced navigation and content exploration features.