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.
What your agent can do
Search 100,000+ community AI voices by name or category.
Turn a song into an AI cover in any voice. $0.25 per minute of audio.
Speak up to 2,500 characters in any Jammable voice. Billed per minute.
Poll a cover's status and grab the finished audio URL.
Fetch details and stats for a single voice model.
Check your remaining API credit balance.
Set up in 30 seconds
Grab a jmb_live_ key from the Developer Dashboard.
Paste one of the snippets into your client. No install, it is a remote server.
“Find a SpongeBob voice and cover this track” and your agent does the rest.
claude mcp add --transport http jammable https://www.jammable.com/api/mcp/mcp \
--header "Authorization: Bearer jmb_live_YOUR_KEY"{
"mcpServers": {
"jammable": {
"url": "https://www.jammable.com/api/mcp/mcp",
"headers": { "Authorization": "Bearer jmb_live_YOUR_KEY" }
}
}
}Common questions
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.
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.
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.
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.
Any MCP client that supports Streamable HTTP remote servers: Claude Code, Claude Desktop, Cursor, Windsurf, and most agent frameworks. No local install is needed.