Back to Home
Dark-Kernel icon

tuisic

Verified Safe

by Dark-Kernel

Overview

A terminal-based online music streaming application that provides an MCP (Model Context Protocol) server for AI integration, allowing AI clients to control music playback and search.

Installation

Run Command
/path/to/tuisic/build/tuisic --mcp-server

Security Notes

The underlying MusicPlayer module, utilized by the MCP server, contains 'system()' calls for features like downloading tracks (via 'yt-dlp') and clipboard operations, which are vulnerable to command injection if input is not robustly sanitized. While the current MCP server tools do not directly expose these specific vulnerable paths to AI client commands, the presence of such methods in the codebase warrants caution. Additionally, 'execl()' is used for daemon mode, which could be exploited if arguments are not sanitized. There's a minor risk from 'notify-send' calls if messages contain shell metacharacters.

Similar Servers

Stats

Interest Score42
Security Score6
Cost ClassLow
Avg Tokens50
Stars38
Forks5
Last Update2025-12-05

Tags

TUImusic streamingCLIMCPAI integration