Skip to content
Claude Desktop

Island Browser for Claude Desktop

io.github.wyre-ai/island-mcp

MCP server for Island Browser's Admin Actions, Audit, Compromised Credential, and Device APIs.

client:Claude Desktop transport:stdio runtime:oci

Install Island Browser in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "island-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/island-mcp:v1.0.1"
      ],
      "env": {
        "ISLAND_API_KEY": "<ISLAND_API_KEY>",
        "ISLAND_BASE_URL": "<ISLAND_BASE_URL>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Island Browser in other clients