mcp-tools

silicon-works/mcp-tools
★ 0 stars Python 🤖 AI/LLM Updated today
MCP tool servers + registry for the open source offensive cyber security agent: OpenSploit. Includes the majority (80%+) of tooling that can be found in Kali Linux OS.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tools": {
      "command": "uvx",
      "args": [
        "mcp-tools"
      ]
    }
  }
}

Or install with pip: pip install mcp-tools