Professional SSH/SFTP file access to iOS devices for MCP-compatible AI clients.
Connect Ios Jailbreak Ssh MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Professional SSH/SFTP file access to iOS devices for MCP-compatible AI clients. The ios jailbreak ssh mcp mcp server is what makes that connection.
MCP stdio server for controlled SSH/SFTP access to an iOS device filesystem.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Codex — The Codex tool exposed by this serverOpenCode — The OpenCode tool exposed by this serverSQLite — The SQLite tool exposed by this serverDiagnostics — The Diagnostics tool exposed by this serverConfiguration is passed through the environment: IOS_FILES_MCP_HOST, IOS_FILES_MCP_USERNAME, IOS_FILES_MCP_PASSWORD, IOS_FILES_MCP_CONFIG, IOS_FILES_MCP_KEY_PATH, IOS_FILES_MCP_R2_DEVICE_R2_PATH, IOS_FILES_MCP_R2_DEVICE_RABIN2_PATH, IOS_FILES_MCP_R2_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Installation goes through your MCP client rather than a global install: point it at github on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Ios Jailbreak Ssh MCP's toolset — Codex, OpenCode, SQLite and 1 more — is a fair guide to whether it matches your workflow. It is maintained by xtofuub; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Ios Jailbreak Ssh MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Codex | The Codex tool exposed by this server. |
| OpenCode | The OpenCode tool exposed by this server. |
| SQLite | The SQLite tool exposed by this server. |
| Diagnostics | The Diagnostics tool exposed by this server. |
{
"mcpServers": {
"ios-files": {
"command": "npx",
"args": [
"--yes",
"--quiet",
"github:xtofuub/ios-files-mcp",
"--config",
"/path/to/ios-files-mcp/ios-files-mcp.config.json"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| IOS_FILES_MCP_HOST | Endpoint or connection string the server talks to. | Optional |
| IOS_FILES_MCP_USERNAME | Configuration value read at startup. | Optional |
| IOS_FILES_MCP_PASSWORD | Configuration value read at startup. | Optional |
| IOS_FILES_MCP_CONFIG | Configuration value read at startup. | Optional |
| IOS_FILES_MCP_KEY_PATH | Credential the server authenticates with. | Yes |
| IOS_FILES_MCP_R2_DEVICE_R2_PATH | Filesystem location the server is allowed to use. | Optional |
| IOS_FILES_MCP_R2_DEVICE_RABIN2_PATH | Filesystem location the server is allowed to use. | Optional |
| IOS_FILES_MCP_R2_PATH | Filesystem location the server is allowed to use. | Optional |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.