{"id":27966277,"url":"https://github.com/dnakov/frida-mcp","last_synced_at":"2025-05-07T20:17:48.297Z","repository":{"id":284753534,"uuid":"955955389","full_name":"dnakov/frida-mcp","owner":"dnakov","description":"MCP stdio server for frida","archived":false,"fork":false,"pushed_at":"2025-03-27T13:24:28.000Z","size":75146,"stargazers_count":44,"open_issues_count":2,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T20:17:30.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dnakov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-27T13:19:40.000Z","updated_at":"2025-05-07T00:31:44.000Z","dependencies_parsed_at":"2025-03-27T14:38:28.625Z","dependency_job_id":null,"html_url":"https://github.com/dnakov/frida-mcp","commit_stats":null,"previous_names":["dnakov/frida-mcp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnakov%2Ffrida-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnakov%2Ffrida-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnakov%2Ffrida-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnakov%2Ffrida-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnakov","download_url":"https://codeload.github.com/dnakov/frida-mcp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949241,"owners_count":21830154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-07T20:17:47.688Z","updated_at":"2025-05-07T20:17:48.274Z","avatar_url":"https://github.com/dnakov.png","language":"Python","funding_links":[],"categories":["Testing \u0026 Debugging Tools","📚 Projects (1974 total)","Embedded System","カテゴリ","Python","🔬 Vulnerability Research \u0026 Analysis"],"sub_categories":["MCP Servers","How to Submit","🛠️ \u003ca name=\"developer-tools\"\u003e\u003c/a\u003e開発ツール"],"readme":"# Frida MCP\n\nA Model Context Protocol (MCP) implementation for Frida dynamic instrumentation toolkit.\n\n## Overview\n\nThis package provides an MCP-compliant server for Frida, enabling AI systems to interact with mobile and desktop applications through Frida's dynamic instrumentation capabilities. It uses the official [MCP Python SDK](https://github.com/modelcontextprotocol/python-sdk) to enable seamless integration with AI applications.\n\n## Demo\n\n\nhttps://github.com/user-attachments/assets/5dc0e8f5-5011-4cf2-be77-6a77ec960501\n\n\n\n## Features\n\n- Built with the official MCP Python SDK\n- Comprehensive Frida tools exposed through MCP:\n  - Process management (list, attach, spawn, resume, kill)\n  - Device management (USB, remote devices)\n  - Interactive JavaScript REPL with real-time execution\n  - Script injection with progress tracking\n  - Process and device monitoring\n- Resources for providing Frida data to models\n- Prompts for guided Frida analysis workflows\n- Progress tracking for long-running operations\n- Full support for all MCP transport methods\n\n## Installation\n\n### Prerequisites\n\n- Python 3.8 or later\n- pip package manager\n- Frida 16.0.0 or later\n\n### Quick Install\n\n```bash\npip install frida-mcp\n```\n\n### Development Install\n\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/frida-mcp.git\ncd frida-mcp\n\n# Install in development mode with extra tools\npip install -e \".[dev]\"\n```\n\n## Claude Desktop Integration\n\nTo use Frida MCP with Claude Desktop, you'll need to update your Claude configuration file:\n\n1. Locate your Claude Desktop configuration file:\n   - macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n   - Windows: `%APPDATA%\\Claude\\claude_desktop_config.json`\n   - Linux: `~/.config/Claude/claude_desktop_config.json`\n\n2. Add the following to your configuration file:\n\n```json\n{\n  \"mcpServers\": {\n    \"frida\": {\n      \"command\": \"frida-mcp\"\n    }\n  }\n}\n```\n\n## Usage\n\nOnce installed, you can use Frida MCP directly from Claude Desktop. The server provides the following capabilities:\n\n### Process Management\n- List all running processes\n- Attach to specific processes\n- Spawn new processes\n- Resume suspended processes\n- Kill processes\n\n### Device Management\n- List all connected devices (USB, remote)\n- Get device information\n- Connect to specific devices\n\n### Interactive JavaScript REPL\n- Create interactive sessions with processes\n- Execute JavaScript code in real-time\n- Monitor process state and memory\n- Hook functions and intercept calls\n- Capture console.log output\n- Handle errors and exceptions gracefully\n\n### Script Injection\n- Inject custom JavaScript scripts\n- Track injection progress\n- Handle script errors and exceptions\n\n### Resources\n- Get Frida version information\n- Access process list in human-readable format\n- Access device list in human-readable format\n\n## Development\n\n```bash\n# Clone repository\ngit clone https://github.com/yourusername/frida-mcp.git\ncd frida-mcp\n\n# Install development dependencies\npip install -e \".[dev]\"\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnakov%2Ffrida-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnakov%2Ffrida-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnakov%2Ffrida-mcp/lists"}