
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
labs-mcp-server
Advanced tools
MCP Server with AI-powered tools including ElevenLabs text-to-speech. Ready for MCP Registry publication.
MCP (Model Context Protocol) server providing AI-powered tools for Claude, Cursor, and other MCP-compatible clients.
| Tool | Description |
|---|---|
elevenlabs_text_to_speak | Converts text to realistic spoken audio using ElevenLabs API |
pip install labs-mcp-server
export ELEVENLABS_API_KEY="your-api-key"
# STDIO transport (for Claude Code, Cursor, etc.)
labs-mcp-server
# SSE transport (for web clients)
labs-mcp-server --transport sse --port 8000
~/.claude/settings.json){
"mcpServers": {
"labs-mcp": {
"command": "labs-mcp-server",
"args": []
}
}
}
claude_desktop_config.json){
"mcpServers": {
"labs-mcp": {
"command": "labs-mcp-server",
"args": []
}
}
}
| Variable | Required | Default | Description |
|---|---|---|---|
ELEVENLABS_API_KEY | Yes | - | ElevenLabs API key |
ELEVENLABS_VOICE_ID | No | JBFqnCBsd6RMkjVDRZzb | Default voice ID |
ELEVENLABS_MODEL_ID | No | eleven_multilingual_v2 | TTS model |
ELEVENLABS_OUTPUT_DIR | No | output | Audio output directory |
MCP_SERVER_NAME | No | LabsMCPServer | Server name |
LOG_LEVEL | No | INFO | Logging level |
# Clone repository
git clone https://github.com/albertbolanoss/labs-mcp-server.git
cd labs-mcp-server
# Instalar
poetry install --with dev,sse
# Crear .env con API key
echo "ELEVENLABS_API_KEY=tu-key" > .env
# STDIO
poetry run labs-mcp-server
# Debug STDIO
npx @modelcontextprotocol/inspector poetry run labs-mcp-server
# SSE
poetry run labs-mcp-server --transport sse --port 8000
# Debud SSE
npx @modelcontextprotocol/inspector
MIT License - see LICENSE for details.
FAQs
MCP Server with AI-powered tools including ElevenLabs text-to-speech. Ready for MCP Registry publication.
We found that labs-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.