mcp-music-studio vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-music-studio by linxule | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 45 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | MediaDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this month |
mcp-music-studio · Summary
MCP music studio with ABC notation composition and Strudel live coding, supporting 30+ instruments and interactive sheet music rendering.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-music-studio · Use cases
- Compose music using ABC notation with visual feedback and multiple instrument choices
- Live-code music patterns with Strudel and experiment with effects in real-time
- Create educational content with interactive music guides and documentation search
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-music-studio · Install
Quick Start (No Install Required)
Paste this URL into any MCP client that supports remote servers:
https://mcp-music-studio.linxule.workers.dev/mcpLocal Install
# Claude Code
claude mcp add --transport http music-studio https://mcp-music-studio.linxule.workers.dev/mcp
# JSON Config (Claude Desktop, Cursor, Windsurf, etc.)
{
"mcpServers": {
"music-studio": {
"command": "npx",
"args": ["-y", "mcp-music-studio", "--stdio"]
}
}
}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"]
}
}
}