Skip to content
Claude Desktop

Auditra for Claude Desktop

io.github.mwstech/auditra

Read-only MCP server for WordPress plugin audits: vulnerabilities, bloat, cron, orphaned tables.

client:Claude Desktop transport:streamable-http

Install Auditra in Claude Desktop

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

{
  "mcpServers": {
    "auditra": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{site_domain}/wp-json/auditra/v1/mcp/{token}"
      ]
    }
  }
}

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

Auditra in other clients