← Scan another
Clean
github · 23 files analyzed

elevenlabs/elevenlabs-mcp

No risky behavior detected.

View source ↗
Environment variables (config / keys) 3
Remote code execution 1

AI review

This is the official ElevenLabs MCP server. It requires an API key via environment variable, which is standard for API-based tools. No hidden instructions, prompt injection, or data exfiltration mechanisms were found.

Model: deepseek-chat

Static findings

Remote code execution · Downloads and executes remote code

info README.md:24 2. Install `uv` (Python package manager), install with `curl -LsSf https://astral.sh/uv/install.sh | sh` or see the `uv` [repo](https://github.com/astral-sh/uv) for additional install methods.

Environment variables (config / keys) · Reads environment variables (config / API keys)

low elevenlabs_mcp/__main__.py:19 os.environ.get("XDG_CONFIG_HOME", Path.home() / ".config"), "Claude"
low elevenlabs_mcp/server.py:54 api_key = os.getenv("ELEVENLABS_API_KEY")
low elevenlabs_mcp/utils.py:144 if not os.path.isabs(file_path) and not os.environ.get("ELEVENLABS_MCP_BASE_PATH"):

Scanning every extension your team installs?

Pro & Team add monitoring, private scans, and a CI gate for unsafe extensions.

MCPVet is a heuristic aid, not a security guarantee. A clean grade does not prove an extension is safe; always review code and instructions you don't trust.