Back to MCP Servers

DevDocs

DevDocs-MCP is a MCP server that provides version-pinned, deterministic documentation sourced from [DevDocs.io](https://devdocs.io) in offline mode

developer-tools

Installation

npx -y DevDocs-MCP

Configuration

{
  "mcpServers": {
    "DevDocs-MCP": {
      "command": "npx",
      "args": ["-y", "DevDocs-MCP"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub