Skip to content
Grok

swiftforge for Grok

io.github.jrlingyin888/swiftforge

Curated, current SwiftUI components (incl. iOS 26 Liquid Glass) for your AI coding agent.

client:Grok transport:stdio runtime:npm

Install swiftforge in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "swiftforge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "swiftforge-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

swiftforge in other clients