swift-evolution (MCP Server)

GitHub

This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.

15,866 stars Markdown MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "swift-evolution": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-swift-evolution"
      ]
    }
  }
}