Frida MCP Server

v1.0.0APIsstable

List all processes running on the system.

embedded-system
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

List all processes running on the system.

Features

  • list_processes
  • enumerate_processes
  • enumerate_devices
  • get_device
  • get_usb_device

Use Cases

List all processes running on the system.
List all processes running on the system. Returns: A list of process information dictionaries containing: - pid: Process ID - name: Process name
List all devices connected to the system. Returns: A list of device information dictionaries containing: - id: Device ID - name: Device name - type: Device type
Get a device by its ID. Args: device_id: The ID of the device to get Returns: Information about the device
Get the USB device connected to the system. Returns: Information about the USB device
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y frida-mcp

Manual Installation

npx -y frida-mcp

Examples

Basic Configuration

Configure Frida MCP Server

npx -y frida-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "frida": { "command": "npx", "args": ["-y", "frida-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Frida MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides