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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers