-
securityF
license-
qualityA server providing text-to-speech and speech-to-text functionalities using Windows' native speech services without external dependencies.
Last updated -
4
JavaScript
ElevenLabs 텍스트-음성 API와 통합된 모델 컨텍스트 프로토콜(MCP) 서버로, 음성 생성 작업을 관리하기 위한 서버 구성 요소와 샘플 웹 기반 MCP 클라이언트(SvelteKit)를 모두 갖추고 있습니다.
Smithery를 통해 Claude Desktop용 ElevenLabs MCP 서버를 자동으로 설치하려면:
지엑스피1
uvx
사용하면 특별한 설치가 필요하지 않습니다.
MCP 설정 파일에 다음 구성을 추가합니다(예: Claude Desktop의 경우 cline_mcp_settings.json
):
.env.example``.env
로 복사하고 ElevenLabs 자격 증명을 입력하세요..env.example``.env
로 복사하고 필요에 따라 구성합니다.generate_audio_simple
: 기본 음성 설정을 사용하여 일반 텍스트에서 오디오를 생성합니다.generate_audio_script
: 여러 음성과 배우가 포함된 구조화된 스크립트에서 오디오를 생성합니다.delete_job
: ID로 작업을 삭제합니다.get_audio_file
: ID로 오디오 파일을 가져옵니다.list_voices
: 사용 가능한 모든 음성을 나열합니다.get_voiceover_history
: 음성 더빙 작업 기록을 가져옵니다. 특정 작업의 작업 ID를 지정할 수도 있습니다.voiceover://history/{job_id}
: ID로 오디오 파일을 가져옵니다.voiceover://voices
: 사용 가능한 모든 음성을 나열합니다.이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
ElevenLabs 텍스트-음성 API와 통합됩니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mamertofabian/elevenlabs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server