Model Context Protocol

Use Jammable from your AI agent

Claude, Cursor and any MCP client can search 100,000+ AI voices, create covers and generate text-to-speech. One endpoint, no install.

Endpoint
LIVE
Auth: Bearer jmb_live_...

What your agent can do

search_voices

Search 100,000+ community AI voices by name or category.

create_cover

Turn a song into an AI cover in any voice. $0.25 per minute of audio.

text_to_speech

Speak up to 2,500 characters in any Jammable voice. Billed per minute.

get_cover

Poll a cover's status and grab the finished audio URL.

get_voice

Fetch details and stats for a single voice model.

get_credits

Check your remaining API credit balance.

Set up in 30 seconds

1
Create an API key

Grab a jmb_live_ key from the Developer Dashboard.

2
Add the server

Paste one of the snippets into your client. No install, it is a remote server.

3
Ask for a cover

“Find a SpongeBob voice and cover this track” and your agent does the rest.

Claude Code one command
claude mcp add --transport http jammable https://www.jammable.com/api/mcp/mcp \
  --header "Authorization: Bearer jmb_live_YOUR_KEY"
Claude Desktop · Cursor · Windsurf mcp.json
{
  "mcpServers": {
    "jammable": {
      "url": "https://www.jammable.com/api/mcp/mcp",
      "headers": { "Authorization": "Bearer jmb_live_YOUR_KEY" }
    }
  }
}

Common questions

What is the Jammable MCP server?

It is a Model Context Protocol endpoint that lets AI agents like Claude, Cursor and ChatGPT use Jammable directly: searching voices, creating AI covers, generating text-to-speech and checking results, all through natural conversation.

How do I get an API key?

Sign in to Jammable, open the Developer Dashboard, and create a key. Keys look like jmb_live_... and are passed to the MCP server as a bearer token.

What does it cost?

Generation calls (create_cover, text_to_speech) are billed at $0.25 per minute of audio processed, deducted from your API balance after completion. Failed jobs are not charged, and searching or checking status is free. The Power plan includes $25 of monthly API credits, and you can top up from the Developer Dashboard.

What audio can I use for covers?

create_cover takes a publicly accessible audio file URL (.mp3 or .wav). YouTube and streaming links are not supported. You are responsible for having rights to audio you submit.

Which clients are supported?

Any MCP client that supports Streamable HTTP remote servers: Claude Code, Claude Desktop, Cursor, Windsurf, and most agent frameworks. No local install is needed.