Description

MCP Dockmaster allows you to easily install and manage MCP servers. Available for Mac, Windows and Linux.

Installation

npx -y mcp-dockmaster
npm install mcp-dockmaster
git clone https://github.com/dcSpark/mcp-dockmaster

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mcp-dockmaster": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-dockmaster"
      ]
    }
  }
}