MCPwned

FenriskSecurity/MCPwned
★ 0 stars Java 🔒 Security Updated today
MCPwned is a companion extension that enables pentesters to effectively test MCP servers. It recognizes MCP-like endpoints, provies a scanner and a tree-like display of capabilities, as well as a template request for each capability. It also provides quality of life features such as response extracting and session ID refresh.
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": {
    "mcpwned": {
      "command": "npx",
      "args": [
        "-y",
        "FenriskSecurity/MCPwned"
      ]
    }
  }
}