SwiftMCPCore

mihaelamj/SwiftMCPCore
★ 0 stars Swift 💬 Communication Updated today
Neutral, dependency-free MCP wire-protocol core for Swift (the MCP.Core.Protocols.* types). No transport, no server, no client.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "swiftmcpcore": {
      "command": "npx",
      "args": [
        "-y",
        "mihaelamj/SwiftMCPCore"
      ]
    }
  }
}

README Excerpt

The neutral, dependency-free **wire-protocol core** for the One Foundation-only, cross-platform module, **`SwiftMCPCore`**, that owns the JSON-RPC 2.0 + MCP value types under the `MCP.Core.Protocols.*` namespace: request/response/error/notification envelopes, `RequestID`, `AnyCodable`, `JSONValue`, content blocks, tools, resources, prompts, and client/server

Tools (3)

SwiftMCPCoreYourMCPThinglist_frameworks