apple-docs-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
apple-docs-mcp by kimsungwhee | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1,259 | ★ 85,748 |
| 30d uses | — | — |
| Score | 56 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsSearch | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this month |
apple-docs-mcp · Summary
Apple Developer Documentation MCP server providing searchable access to official docs, APIs, WWDC videos, and code examples across Apple platforms.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
apple-docs-mcp · Use cases
- Quickly search Apple documentation for specific APIs, classes, or methods while coding
- Access SwiftUI and UIKit documentation with related API suggestions
- Search and watch WWDC sessions directly from AI assistants to learn new technologies
- Get code examples and implementation guidance for Apple frameworks
- Track documentation updates and beta features for new iOS/macOS releases
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
apple-docs-mcp · Install
Claude Desktop (Recommended)
Add this to your Claude Desktop configuration: **macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json **Windows**: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"apple-docs": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}Restart Claude Desktop and start asking about Apple APIs!
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"apple-docs": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}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"]
}
}
}