Back to MCP Servers
🔌

Swift MCP SDK

NOASSERTION

The official Swift SDK for Model Context Protocol servers and clients.

SwiftAI & LLMs

Install

npx -y swift-mcp-sdk

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "swift-mcp-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "swift-mcp-sdk"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.