Skip to content
Claude Desktop

frostbyte for Claude Desktop

io.github.ozorown/frostbyte

MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more

client:Claude Desktop transport:stdio runtime:oci

Install frostbyte 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": {
    "frostbyte": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ozorown/frostbyte-mcp:latest"
      ],
      "env": {
        "FROSTBYTE_API_KEY": "<FROSTBYTE_API_KEY>",
        "FROSTBYTE_BASE_URL": "<FROSTBYTE_BASE_URL>"
      }
    }
  }
}

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

frostbyte in other clients