apple-docs-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
apple-docs-mcp by kimsungwhee | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1,259 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 56 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具搜索 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
apple-docs-mcp · 概述
Apple 开发者文档 MCP 服务器,提供对官方文档、API、WWDC 视频和示例代码的可搜索访问。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
apple-docs-mcp · 使用场景
- 在编码时快速搜索 Apple 文档中的特定 API、类或方法
- 访问 SwiftUI 和 UIKit 文档,获取相关 API 建议
- 直接从 AI 助手中搜索和观看 WWDC 会议,学习新技术
- 获取 Apple 框架的代码示例和实现指导
- 跟踪文档更新和新版本 iOS/macOS 的 beta 功能
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
apple-docs-mcp · 安装
Claude Desktop(推荐)
将此配置添加到您的 Claude Desktop 配置文件中: **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"]
}
}
}重启 Claude Desktop 并开始询问 Apple API!
Cursor
添加到 ~/.cursor/mcp.json:
{
"mcpServers": {
"apple-docs": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp"]
}
}
}time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}