Audio Playback MCP Server
by dcarter610
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FFPLAY_PATH | No | Path to the ffplay binary | ffplay |
| AUDIO_ROOT_DIR | Yes | Root directory containing allowed audio files | |
| DEFAULT_FORMAT | No | File extension to append when none is provided | wav |
| AUDIO_OUTPUT_DEVICE | Yes | Identifier of the virtual output device | |
| AUDIO_PLAYBACK_CONFIG | No | Path to a JSON config file containing any of the above keys |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| audio_playbackB | Control playback of local audio files for automated testing. Audio is played via a virtual audio output device that is routed into the Android emulator's microphone. Use this to simulate a human speaking into the mic by playing prerecorded files. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcarter610/MCP-Virtual-Audio-Player'
If you have feedback or need assistance with the MCP directory API, please join our Discord server