sound-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SOUND_MCP_DEFAULT | No | Sound played when play_sound/notify is called with no name. | warning |
| SOUND_MCP_SOUNDS_DIR | No | Directory scanned for user sound files. | ~/.config/sound-mcp/sounds |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_soundsA | List every sound name the user can pick from, plus the current default. |
| play_soundA | Play a notification sound.
|
| notifyA | Show a desktop notification AND play a sound. urgency: low | normal | critical (critical toasts are sticky on most desktops). expire_ms: notification timeout in ms; 0 = desktop default. |
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/giuliocapecchi/sound-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server