time vs streamdeck-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | streamdeck-mcp by verygoodplugins | |
|---|---|---|
| Stars | ★ 85,748 | ★ 13 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityDeveloper ToolsMedia |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
streamdeck-mcp · Summary
MCP server for Elgato Stream Deck control, letting AI create custom profiles with buttons, icons, and scripts.
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
streamdeck-mcp · Use cases
- Create custom Slack control boards with channel jump buttons and status toggles
- Build themed Home Assistant dashboards for specific areas
- Generate OBS control panels based on actual scenes and audio inputs
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"]
}
}
}streamdeck-mcp · Install
Installation
Install with uvx and configure in your MCP client:
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"streamdeck": {
"command": "uvx",
"args": ["streamdeck-mcp"]
}
}
}Claude Code
claude mcp add streamdeck -- uvx streamdeck-mcpOther clients
Add to your MCP configuration:
{
"mcpServers": {
"streamdeck": {
"command": "uvx",
"args": ["streamdeck-mcp"]
}
}
}