F

Frida Agent

AI-driven Android dynamic analysis tool wrapping Frida for automated reverse engineering with device management, script injection, method hooking, and Claude Co

Frida·No reviews yet
Repo
Share:

About

AI-driven Android dynamic analysis tool wrapping Frida for automated reverse engineering with device management, script injection, method hooking, and Claude Code skills integration.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Frida Agent.

What is the Frida Agent MCP used for?
The Frida Agent MCP enables AI-driven Android dynamic analysis. It wraps Frida to automate reverse engineering tasks, including device management, script injection, and method hooking.
How can I integrate Frida Agent with an MCP client like Claude Desktop?
Integration typically involves adding the Frida Agent MCP to your client's server directory settings. You would provide the server's endpoint and ensure proper network connectivity. Specific steps depend on your client version.
Does the Frida Agent MCP require any authentication or API keys?
Based on the provided information, the Frida Agent MCP uses 'none' as its authentication type. Therefore, it does not require an API key, OAuth, or other credentials for access.
What core capabilities does the Frida Agent MCP provide?
It provides automated reverse engineering features such as device management, script injection, and method hooking. It also integrates Claude Code skills for enhanced analysis.
Are there any known limitations or prerequisites for using the Frida Agent MCP?
A key prerequisite for this MCP is an Android environment compatible with Frida. While it automates many steps, understanding Frida's underlying operations is beneficial for advanced usage.

Install Frida Agent

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "frida-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-frida-agent"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "frida-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-frida-agent"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "frida-agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-frida-agent"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.