MCP-Kali-Server-setup

kishwordulal1234/MCP-Kali-Server-setup

3.1

If you are the rightful owner of MCP-Kali-Server-setup and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server is a framework designed to facilitate communication and data exchange between different software components, particularly in environments that require integration of various tools and resources.

MCP-Kali-Server-setup

note change this to your file path where server file is present C:\Users\kishw\Desktop\zotak\mcp_server.py chnage this with the server running in your kali http://192.168.101.13:5000

for zed.dev

{
  "kali-tools": {
    "command": "python",
    "args": [
      "C:\\Users\\kishw\\Desktop\\zotak\\mcp_server.py",
      "--server",
      "http://192.168.101.13:5000"
    ]
  }
}

for windo surf

{
  "mcpServers": {
    "kali-tools": {
      "command": "python",
      "args": [
        "C:\\Users\\kishw\\Desktop\\zotak\\mcp_server.py",
        "--server",
        "http://192.168.101.13:5000"
      ]
    }
  }
}

for quoder

{
  "servers": {
    "kali-tools": {
      "command": "python",
      "args": [
        "C:\\Users\\kishw\\Desktop\\zotak\\mcp_server.py",
        "--server",
        "http://192.168.101.16:5000"
      ]
    }
  }
}

vs code

{
  "servers": {
    "kali-tools": {
      "command": "python",
      "args": [
        "C:\\Users\\kishw\\Desktop\\zotak\\mcp_server.py",
        "--server",
        "http://192.168.101.16:5000"
      ]
    }
  }
}

lmstudio

{
  "mcpServers": {
    "kali-tools": {
      "command": "python",
      "args": [
        "C:\\Users\\kishw\\Desktop\\zotak\\mcp_server.py",
        "--server",
        "http://192.168.101.16:5000"
      ]
    }
  }
}

cursor

{
  "mcpServers": {
    "kali-tools": {
      "command": "python",
      "args": [
        "C:\\Users\\kishw\\Desktop\\zotak\\mcp_server.py",
        "--server",
        "http://192.168.101.16:5000"
      ]
    }
  }
}

claude desktop

{
  "mcpServers": {
    "kali-tools": {
      "command": "python",
      "args": [
        "C:\\Users\\kishw\\Desktop\\zotak\\mcp_server.py",
        "--server",
        "http://192.168.101.16:5000"
      ]
    }
  }
}