mcp-server-siri-shortcuts vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-siri-shortcuts by dvcrn | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 187 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this month |
mcp-server-siri-shortcuts · Summary
MCP server that lets LLMs interact with macOS Siri shortcuts through listing, opening, and executing them.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-siri-shortcuts · Use cases
- Automate repetitive iOS tasks through voice commands to AI assistants
- Create workflows where AI triggers complex shortcut sequences
- Develop productivity tools that bridge AI capabilities with iOS automation
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
mcp-server-siri-shortcuts · Install
npm install -g mcp-server-siri-shortcutsAdd to your Claude Desktop configuration:
{
"mcpServers": {
"siri-shortcuts": {
"command": "npx",
"args": ["mcp-server-siri-shortcuts"],
"env": {
"GENERATE_SHORTCUT_TOOLS": "true",
"INJECT_SHORTCUT_LIST": "false"
}
}
}
}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"]
}
}
}