swift-mcp-server

jpurnell/swift-mcp-server
★ 0 stars Swift Other Updated 3d ago
Swift MCP server implementing revision 2026-07-28 — 195/195 requirements and 227/227 full-suite conformance, reproducible from the included conformance-server target
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "swift-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jpurnell/swift-mcp-server"
      ]
    }
  }
}