GitHub Stars
975
User Rating
Not Rated
Favorites
0
Views
26
Forks
118
Issues
34
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Swift: 6.0 or higher
Xcode: 16 or higher
Installation Steps
1. Using Swift Package Manager
Add the following to yourPackage.swift file:
swift
dependencies: [
.package(url: "https://github.com/modelcontextprotocol/swift-sdk.git", from: "0.9.0")
]
swift
.target(
name: "YourTarget",
dependencies: [
.product(name: "MCP", package: "swift-sdk")
]
)
Troubleshooting
Issue: Dependencies are not installed correctly Solution: Check your Swift version and try reinstalling.Additional Resources
Author Information
0
Followers
0
Repositories
0
Gists
0
Total Contributions
Related MCPs
Claude-Project-Coordinator
40
Claude Project Coordinator is a Swift-powered MCP (Model Context Protocol) server designed to streamline multi-project Xcode development. It lets you track project status, auto-detect frameworks, search code patterns, and maintain a structured development knowledge base — all locally, with Claude Desktop as your assistant.