swift-context-protocol vs time
Side-by-side comparison to help you pick between these two MCP servers.
swift-context-protocol by 1amageek | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 11 | ★ 85,748 |
| 30d uses | — | — |
| Score | 33 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Swift | TypeScript |
| Last commit | 15 mo ago | this month |
swift-context-protocol · Summary
Swift-based MCP server implementing distributed actors for type-safe tools, resources, and prompts in AI contexts.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
swift-context-protocol · Use cases
- Creating distributed AI tooling in Swift ecosystems
- Building type-safe MCP servers for AI applications
- Implementing resource management systems with Swift actors
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
swift-context-protocol · Install
To install swift-context-protocol, add it to your Package.swift dependencies:
dependencies: [
.package(url: "https://github.com/1amageek/swift-context-protocol.git", from: "1.0.0")
]Then add it to your target dependencies:
targets: [
.executableTarget(
name: "YourApp",
dependencies: [
"swift-context-protocol"
]
)
]For Claude Desktop integration, you would typically add the server to your configuration.json, though this Swift server might require additional Swift environment setup.
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}