sfx-mcp
0
The SFX MCP Server is a tool for generating sound effects using the ElevenLabs API. It integrates with MCP applications like Cline and supports various configuration options to customize sound effect generation. The server is managed by a Python-based project setup.
SFX MCP Server
The SFX MCP Server is a Model Context Protocol (MCP) tool designed for generating sound effects using the ElevenLabs API. It can be managed by an MCP client like Cline.
Prerequisites
- Python 3.8+
- Hatch (Python project manager)
- An ElevenLabs API Key
Setup and Installation
This server runs as an MCP server typically managed by an MCP client application (e.g., Cline). Configuration includes setting up a .env
file with the ElevenLabs API Key and using Hatch for environment setup.
Tool Overview
generate_sfx
- Generates a sound effect from a text prompt using the ElevenLabs API and outputs an MP3 file.
- Parameters include text prompt, duration, prompt influence, output directory, and filename.
License
Licensed under the MIT License.