{
"mcpServers": {
"swift-dev-tools-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Swift Dev Tools
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 223 days ago. 4 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Swift Dev Tools Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
🛠️ Essential Swift & iOS/macOS development tools through the Model Context Protocol (MCP). Bridge your AI assistants with your development environment!
🔧 Development Environment Info
1️⃣ Clone & Build
git clone <your-repo-url>
cd swift-dev-tools-mcp
# 🐛 Debug build
swift build
# 🚀 Release build
swift build -c release
2️⃣ Run the Server
# Direct run
swift run swift-dev-tools-mcp
# Or use executable
.build/release/swift-dev-tools-mcp
Configure Claude Desktop:
{
"mcpServers": {
"swift-dev-tools": {
"command": "/path/to/your/.build/arm64-apple-macosx/release/swift-dev-tools-mcp"
}
}
}
To get upgrade to latest one
brew update && brew upgrade swift-dev-tools-mcp
| Tool | Description | Example Output |
|------|-------------|----------------|
| 🐦 swift_version | Current Swift version | Apple Swift version 5.9.2 |
| 📱 list_simulator | iOS/macOS simulators | iPhone 15 Pro (Shutdown) |
| 🔨 xcode_version | Xcode build info | Xcode 15.2 Build 15C500b |
| 📦 xcode_sdks | Available SDKs | iOS 17.2 -sdk iphoneos17.2 |
| 🔗 connected_devices | Live device list | Connected iOS/macOS devices |
| 🍎 macos_version | System version | macOS 14.2.1 (23C71) |
| ⚙️ system_architecture | CPU architecture | arm64 or x86_64 |
| 📋 list_xcode_versions | All Xcode installations | Xcode.app (16.1, Build 16B40), Xcode-26.0.0-Beta.4.app (Version 26.0, Build 17A5285i), etc. |
| ✅ developer_tools_status | Dev environment health check | Status of all dev tools with ✓/✗ |
Built with modern Swift tools:
swift-dev-tools-mcp/
├── 📄 Package.swift # Package configuration
├── 🔒 Package.resolved # Dependency lock
├── 📁 Sources/
│ └── 🐦 main.swift # Server implementation
└── 📖 README.md # This guide
Tool with name & descriptiontools array in ListTools handlerCallTool handler💡 Pro Tip: This server bridges the gap between AI assistants and your Swift development environment, making your workflow more intelligent and automated!
🎉 Happy Coding! 🍎✨