Odel
SwiftNewModules

SwiftNewModules

Local
@jrlingyin888JavaScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmswiftforge-mcpv0.2.1

Run

npx -y swiftforge-mcp

MCP client config

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