vsh00t/frida-mcp-native
If you are the rightful owner of frida-mcp-native and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Frida MCP Native is a server that leverages the native CLI of Frida to provide full access to Java and ObjC APIs on Android and iOS, bypassing the limitations introduced in Frida 17.
Tools
Functions exposed to the LLM to take actions
list_devices
Lists available devices
add_remote_device
Connects to a remote device (frida-server)
list_processes
Lists processes on a device
spawn_process
Starts an application
kill_process
Terminates a process
execute_script
Executes JavaScript code in a process (one-shot)
create_session
Creates an interactive session for multiple commands
run_in_session
Executes code in an existing session
close_session
Closes a session
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client