mcp.film / Voice & Dialogue / Hume MCP Server
Hume MCP Server
Official Hume server for Octave TTS — emotionally expressive, acting-directed speech.
What it does
Hume's official MCP server drives Octave, a speech-language model that 'performs' text rather than just pronouncing it, with prompt-directed emotion and delivery. Ideal for film dialogue and narration where acting nuance matters; agents can iterate on takes, save designed voices, and replay prior audio.
Connect
claude mcp add hume -e HUME_API_KEY=YOUR_KEY -- npx @humeai/mcp-server
{
"mcpServers": {
"hume": {
"command": "npx",
"args": [
"@humeai/mcp-server"
],
"env": {
"HUME_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
{
"mcpServers": {
"hume": {
"command": "npx",
"args": [
"@humeai/mcp-server"
],
"env": {
"HUME_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
HUME_API_KEY — https://platform.hume.ai
Tools you'll see
ttsplay_previous_audiolist_voicessave_voicedelete_voiceField notes
Official, published as @humeai/mcp-server on npm with first-party docs. Smaller tool surface than ElevenLabs/Cartesia (TTS-focused). Octave 2 multilingual model strengthens its case for character performance.
Pairs well with
MartiniMartini
Official
The film set for AI videos — direct entire productions from your agent.
Airtable MCP ServerAirtable
Official
Official hosted Airtable MCP: query, create, and update production-tracking bases.
AudioGen MCPpeerjakobsen
Free, local sound-effect generation with Meta's AudioGen — no API key needed.