Google PageRank for AI agents. 25,000+ tools indexed.

appknox/rpcclient-mcp

Score: 50.7 Rank #72

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

Python MIT
iosios-automationmcp-servermobile-automationmodel-context-protocolrpc

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 1d ago

Last commit 1d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

Forks 0
Description Brief
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for appknox/rpcclient-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/appknox--rpcclient-mcp)](https://agentrank-ai.com/tool/appknox--rpcclient-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/appknox--rpcclient-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/appknox--rpcclient-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="appknox/rpcclient-mcp"></script>

Matched Queries

"mcp server""mcp-server"

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.rpccli
Read full README on GitHub →
Are you the maintainer of appknox/rpcclient-mcp?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.