Y
Ya-Frida
Comprehensive Frida dynamic instrumentation toolkit with 59 tools for device management, process control, script injection, memory operations, and ADB integrati
Share:
About
Comprehensive Frida dynamic instrumentation toolkit with 59 tools for device management, process control, script injection, memory operations, and ADB 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 Ya-Frida.
- What is Ya-Frida?
- Ya-Frida is a comprehensive toolkit for dynamic instrumentation using Frida. It offers 59 tools for device management, process control, script injection, memory operations, and ADB integration, simplifying complex development and security tasks.
- How can I integrate Ya-Frida with a client like Cline?
- Ya-Frida uses stdio for transport, enabling direct integration with clients that support standard input/output. Configuration typically involves specifying the Ya-Frida executable as a client command, streamlining the setup process.
- Are there any authentication requirements for using Ya-Frida?
- No, Ya-Frida does not require an API key, OAuth, or any other credentials for authentication. This simplifies its deployment and use in various development environments.
- What are the core capabilities of the Ya-Frida toolkit?
- Ya-Frida provides extensive capabilities including device management, fine-grained process control, script injection for dynamic analysis, advanced memory operations, and seamless ADB integration for Android development and security research.
- What are the licensing implications for Ya-Frida?
- Ya-Frida is hosted on GitHub, implying it uses an open-source license. Developers should check the repository directly for specific licensing details and terms of use.
- What is a common prerequisite for using Ya-Frida?
- A common prerequisite for Ya-Frida is a working Frida environment. Users must ensure Frida is correctly installed and configured on their target devices and systems for Ya-Frida's tools to function properly.
Install Ya-Frida
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"ya-frida": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ya-frida"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"ya-frida": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ya-frida"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"ya-frida": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ya-frida"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.