MCP Directory
Back

ModelContextProtocol

by JakeSax · Swift · ★ 1

A Swift implementation of Anthropic's Model Context Protocol (MCP)

Install

git clone https://github.com/JakeSax/ModelContextProtocol.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "github:JakeSax/ModelContextProtocol"
      ]
    }
  }
}

From the README

[](https://swift.org) [](https://swift.org) [](LICENSE) This was something I was working on, but there is now [an official Swift SDK](https://github.com/modelcontextprotocol/swift-sdk) so I can only recommend to use the official version. This package will no longer be maintained or developed, though I would mention that it does have some nice ergonomics + quality of life features that could be integrated into the official SDK. ModelContextProtocol was an under-development Swift 6.0 implementation of Anthropic's [Model Context Protocol (MCP)](https://spec.modelcontextprotocol.io), with the go…
Read full README on GitHub →

Related ai & ml servers