UniLLMs

Zayrick/UniLLMs
★ 0 stars Swift Code/Dev Tools Updated today
A native iOS LLM chat client for managing providers, conversations, prompts, memories, tools, MCP servers, and attachments.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unillms": {
      "command": "npx",
      "args": [
        "-y",
        "Zayrick/UniLLMs"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="UniLLMs/Assets.xcassets/AppIcon.appiconset/Tinted.svg" width="128" height="128" alt="UniLLMs app icon"> </p> UniLLMs is a native iOS LLM chat client for configuring multiple model providers and managing conversations, system prompts, memories, tools, MCP servers, and attachments in one app.