Description

Utilizing an MCP Server to communicate with your C2 framework.

Installation

npx -y claude-c2
npm install claude-c2
git clone https://github.com/dmcxblue/Claude-C2

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": {
    "claude-c2": {
      "command": "npx",
      "args": [
        "-y",
        "claude-c2"
      ]
    }
  }
}