melrose vs time
Side-by-side comparison to help you pick between these two MCP servers.
melrose by emicklei | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 208 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | MediaDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 1 mo ago | this month |
melrose · Summary
Melrōse is an interactive programming tool for creating melodies that exposes music composition capabilities through MCP.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
melrose · Use cases
- Composing melodies programmatically
- Live music performance with real-time modifications
- Creating MIDI tracks through code
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
melrose · Install
Install the Melrōse tool following the [Build instructions](docs/install.md). For the Melrōse MCP Server specifically, see [melrose-mcp](https://github.com/emicklei/melrose-mcp) for installation and usage details. To use with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"melrose": {
"command": "melrose-mcp",
"args": []
}
}
}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"]
}
}
}