appknox/rpcclient-mcp
MCP server for iOS automation over rpcclient
Overview
appknox/rpcclient-mcp is a Python MCP server licensed under MIT. MCP server for iOS automation over rpcclient Topics: ios, ios-automation, mcp-server, mobile-automation, model-context-protocol, rpc.
Ranked #72 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# rpcclient-mcp MCP server for `rpcclient` targets iOS over stdio transport. ## Prerequisites - Python 3.10+ - RPC server reachable ## Getting Started ### Install ```bash python3 -m venv .venv source .venv/bin/activate pip install rpcclient-mcp which rpcclient-mcp ``` `rpcclient==6.11.1` is a package dependency, so it installs automatically with this MCP. If you want to force local rpcclient source instead of PyPI: ```bash export RPCCLIENT_PYTHONPATH=/absolute/path/to/rpc-project/src/rpcclient ``` ### Configure your AI agent #### Claude Code ```bash claude mcp add --transport stdio rpcclient-mcp -- /absolute/path/to/venv/bin/rpcclient-mcp ``` #### Codex CLI ```bash codex mcp add rpcclient-mcp -- /absolute/path/to/venv/bin/rpcclient-mcp ``` #### Gemini CLI ```bash gemini mcp add --transport stdio rpcclient-mcp /absolute/path/to/venv/bin/rpcclient-mcp ``` #### Codex (manual config) Add to `~/.codex/config.toml` (or your active Codex config): ```toml [mcp_servers.rpccliRead full README on GitHub →
Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.