mcp-koii vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-koii by benjaminr | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 23 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | MediaDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 3 mo ago | this month |
mcp-koii · Summary
MCP server for controlling Teenage Engineering EP-133 K.O. II sampler via MIDI with pattern creation and playback.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-koii · Use cases
- Create drum patterns with natural language commands
- Control hardware sampler through AI assistant
- Browse and trigger different sounds on the EP-133 device
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-koii · Install
Prerequisites
- Python 3.8 or later
mido(MIDI handling)mcp(Model Context Protocol SDK)
Installation
# Install the required packages
pip install mido "mcp[cli]"
# Clone the repository
git clone https://github.com/benjaminr/mcp-koii.git
cd mcp-koii
# Install the MCP server
mcp install koii_server.py:server -e .Claude Desktop Configuration
Add this to your Claude Desktop config.json:
{
"mcpServers": {
"koii": {
"command": "python",
"args": ["koii_server.py"]
}
}
}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"]
}
}
}