Skip to content
Claude Desktop

Security Mcp for Claude Desktop

io.github.varvararatta/security_mcp

MCP server for Security

client:Claude Desktop transport:streamable-http

Install Security Mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "security_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://security-mcp.mcpize.run/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Security Mcp in other clients