Skip to main content

Quick Start

Get started with the 60db MCP Server in minutes.

Step 1: Install the Server

npm install @60db

Step 2: Set Your API Key

export SIXTYDB_API_KEY=sk_your_api_key_here

Step 2: Start the Server

npm start
You should see:
60db MCP Server starting...
API URL: https://api.60db.ai
Auth: API Key
60db MCP Server running via stdio

Step 3: Test with Claude Desktop

Configure Claude Desktop and restart. Then ask:
Can you list available English female voices?
Claude will use the MCP server to fetch voices.

Example Usage

Text-to-Speech

You: Convert "Hello, world!" to speech using voice "Sarah"

Speech-to-Text

You: Transcribe this meeting audio: https://example.com/meeting.mp3

Create Custom Voice

You: Create a custom voice named "Brand Voice" from this sample

Next Steps

  • Voices - Learn about voice tools
  • TTS - Text-to-speech guide
  • STT - Speech-to-text guide