Swiftforge

by jrlingyin888

318 downloads
Not rated
GitHub

About

SwiftForge is an MCP server that gives AI coding agents (Claude Code, Cursor) on-demand access to a curated library of 96 current, production-grade SwiftUI components across 14 categories — including iOS 26 Liquid Glass. Every component is compile-checked and free of deprecated A

Details

Author
jrlingyin888
Downloads
318
Categories
Developer Tools

- 96 curated SwiftUI components across 14 categories
- Components use only current, non-deprecated APIs
- Includes iOS 26 Liquid Glass components with graceful fallbacks
- Every component is syntax-checked and senior-reviewed
- Tools for listing, searching, and fetching component source
- MIT-licensed catalog; free to use

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Swiftforge
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npx: claude mcp add swiftforge -- npx -y swiftforge-mcp (Claude Code) or add to your mcp.json (Cursor/Windsurf). Then ask your agent to use tools like list_categories, search_components, or get_component to fetch components. A demo app at examples/SwiftForgeDemo validates the full pipeline.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

What SwiftForge does

SwiftForge is a tiny MCP server that gives your agent on-demand access to a hand-curated catalog of modern, compile-ready SwiftUI components. When you ask your agent to "add a glass card" or "build an onboarding flow," it pulls the real, current component instead of hallucinating one.

The value isn't the server — it's the curated catalog: every component uses current API only, is dark-mode + Dynamic Type friendly, includes a #Preview, and is reviewed for taste.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.