frida-mcp

MCP stdio server for frida

GitHub Stars

112

User Rating

Not Rated

Favorites

0

Views

52

Forks

20

Issues

4

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Python: 3.8 or higher
pip: Package manager
Frida: 16.0.0 or higher

Installation Steps

1. Quick Install

bash
pip install frida-mcp

2. Development Install

bash

Clone the repository

git clone https://github.com/dnakov/frida-mcp.git cd frida-mcp

Install in development mode

pip install -e ".[dev]"

Troubleshooting

Issue: Errors during installation Solution: Check the versions of Python and Frida and reinstall dependencies.

Additional Resources