Ios Jailbreak Ssh MCP Server

Professional SSH/SFTP file access to iOS devices for MCP-compatible AI clients.

Local serverstdioPython

What is the Ios Jailbreak Ssh MCP MCP server?

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.

What the server does

MCP stdio server for controlled SSH/SFTP access to an iOS device filesystem.

Available tools

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 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

Credentials and setup notes

Configuration 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

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.

Where it fits

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.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
CodexThe Codex tool exposed by this server.
OpenCodeThe OpenCode tool exposed by this server.
SQLiteThe SQLite tool exposed by this server.
DiagnosticsThe Diagnostics tool exposed by this server.

How to install the Ios Jailbreak Ssh MCP MCP 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.

Configuration

VariableDescriptionRequired
IOS_FILES_MCP_HOSTEndpoint or connection string the server talks to.Optional
IOS_FILES_MCP_USERNAMEConfiguration value read at startup.Optional
IOS_FILES_MCP_PASSWORDConfiguration value read at startup.Optional
IOS_FILES_MCP_CONFIGConfiguration value read at startup.Optional
IOS_FILES_MCP_KEY_PATHCredential the server authenticates with.Yes
IOS_FILES_MCP_R2_DEVICE_R2_PATHFilesystem location the server is allowed to use.Optional
IOS_FILES_MCP_R2_DEVICE_RABIN2_PATHFilesystem location the server is allowed to use.Optional
IOS_FILES_MCP_R2_PATHFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use Ios Jailbreak Ssh MCP to Codex.
  • Use Ios Jailbreak Ssh MCP to OpenCode.
  • Use Ios Jailbreak Ssh MCP to SQLite.

Frequently asked questions

It connects Ios Jailbreak Ssh MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Codex, OpenCode, SQLite, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ios Jailbreak Ssh MCP directly.