mcp-claude-spotify vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-claude-spotify by imprvhub | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 35 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | MediaProductivityCommunication | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-claude-spotify · Summary
MCP server for Spotify integration with Claude Desktop, providing music control and playlist management capabilities.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-claude-spotify · Use cases
- Controlling Spotify playback through Claude Desktop voice commands
- Creating and managing playlists programmatically
- Getting music recommendations and discovering new tracks
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-claude-spotify · Install
Installation via Smithery
npx -y @smithery/cli install @imprvhub/mcp-claude-spotify --client claudeManual Installation
- Clone the repository:
git clone https://github.com/imprvhub/mcp-claude-spotify
cd mcp-claude-spotify
npm install
npm run buildClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"spotify": {
"command": "node",
"args": ["ABSOLUTE_PATH_TO_DIRECTORY/mcp-claude-spotify/build/index.js"],
"env": {
"SPOTIFY_CLIENT_ID": "your_client_id_here",
"SPOTIFY_CLIENT_SECRET": "your_client_secret_here"
}
}
}
}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"]
}
}
}