Back to Home
fwdslsh icon

converse

Verified Safe

by fwdslsh

Overview

A lightweight Model Context Protocol (MCP) server that provides voice capabilities (TTS/STT) using remote OpenAI-compatible APIs, enabling AI assistants to speak and listen through system audio devices.

Installation

Run Command
converse

Environment Variables

  • STT_API_URL
  • TTS_API_URL

Security Notes

The server uses `child_process.spawn` to execute system audio commands (`aplay`, `arecord`, etc.). While `spawn` is generally safer than `exec`, if the `PLAY_CMD` or `RECORD_CMD` environment variables are maliciously configured by the operator, they could execute arbitrary commands. This is a configuration risk rather than a direct code vulnerability. No other critical security risks like `eval` or hardcoded secrets were identified in the provided source code. API keys are handled via environment variables.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens100
Stars0
Forks0
Last Update2025-12-29

Tags

MCPVoiceTTSSTTOpenAI APIAudioAI Assistant