npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

phantom-voices-mcp

v1.0.0

Published

Claude MCP Server for PHANTOM VOICES — 10 free professional AI voice clones. Lets Claude recommend, search, and browse voices with platform-ready configs for 18 platforms.

Downloads

103

Readme

PHANTOM VOICES — Claude MCP Server

Connect 10 free professional AI voice clones directly to Claude Desktop. Ask Claude to find, recommend, and configure voices for any use case across 18 platforms.

Quick Setup (2 minutes)

1. Install

# Option A: Install globally from npm
npm install -g phantom-voices-mcp

# Option B: Clone and install locally
git clone https://github.com/YOUR_USERNAME/phantom-voices-mcp
cd phantom-voices-mcp
npm install

2. Add to Claude Desktop

Open your Claude Desktop config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

Add the PHANTOM VOICES server:

{
  "mcpServers": {
    "phantom-voices": {
      "command": "npx",
      "args": ["phantom-voices-mcp"]
    }
  }
}

Or if installed locally:

{
  "mcpServers": {
    "phantom-voices": {
      "command": "node",
      "args": ["/path/to/phantom-voices-mcp/index.js"]
    }
  }
}

3. Restart Claude Desktop

Close and reopen Claude Desktop. You'll see the PHANTOM VOICES tools available in the tools menu.

What You Can Ask Claude

Once connected, Claude can:

  • "Find me a voice for customer support phone calls on Vapi" — Returns the best matching voice with a ready-to-paste Vapi config
  • "What voices do you have for audiobook narration?" — Searches and returns matching voices
  • "Show me all available voices" — Lists all 10 professional voice clones
  • "I need a clinical, neutral voice for a medical IVR on Retell AI" — AI-powered recommendation with platform config
  • "Get me the details for V9" — Full details including code snippets for Python, JavaScript, and cURL

Available Tools

| Tool | Description | |------|-------------| | recommend_voice | AI-powered voice recommendation with platform configs for 18 platforms | | list_voices | Browse all 10 professional voice clones | | get_voice | Get detailed info for a specific voice (V1-V10) | | search_voices | Search by keyword or filter by language |

Available Resources

| Resource | Description | |----------|-------------| | phantom-voices://catalog | Full voice catalog as JSON | | phantom-voices://openapi | OpenAPI 3.0 specification |

Supported Platforms

Every recommendation includes ready-to-paste configs for:

Vapi, Retell AI, Bland AI, Synthflow, Voiceflow, Twilio, Botpress, Dify.ai, Flowise, n8n, Make, Zapier, LangChain, CrewAI, AutoGen, Vercel AI SDK, Play.ai, and direct ElevenLabs API.

All Voices Are Free

  • Zero handshake fee
  • Commercial rights cleared
  • No API key needed to browse the catalog
  • ElevenLabs API key needed only for text-to-speech generation

Sign up for a free ElevenLabs account: https://try.elevenlabs.io/xz94z17y73rm

Environment Variables

| Variable | Default | Description | |----------|---------|-------------| | PHANTOM_VOICES_API_URL | https://auto-business-agent.replit.app | Base URL of the PHANTOM VOICES API |