frida-mcp

dnakov/frida-mcp
★ 237 stars Python 📦 Other Updated 1mo ago
MCP stdio server for frida
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": {
    "frida-mcp": {
      "command": "uvx",
      "args": [
        "frida-mcp"
      ]
    }
  }
}

Or install with pip: pip install frida-mcp