MCP Server
Use ListenHub's audio generation as MCP tools inside Claude Desktop, Cursor, and other MCP clients.
The ListenHub MCP server lets an MCP client — Claude Desktop, Cursor, Windsurf, VS Code, Zed, and others — generate podcasts and FlowSpeech narration, browse voices, and check your account, all by calling tools. Each tool wraps a public ListenHub OpenAPI endpoint, so the MCP server and the API expose the same capabilities through different surfaces.
You authenticate with a ListenHub API key (LISTENHUB_API_KEY), created at listenhub.ai/settings/api-keys. Generation consumes credits according to your plan.
Start here
Quick Start
Install Node.js, get an API key, and connect a client.
Usage Examples
Prompt-to-tool-call walkthroughs for the common flows.
Core Capabilities
What the server can do, at a glance.
Transport Modes
stdio (default) vs HTTP/SSE, and when to use each.
Available Tools
Every tool's inputs, constraints, and response shape.
Other ways to call ListenHub
The MCP server is one way in. If you are building server-side or scripting, the same endpoints are available through the API and the official client libraries:
OpenAPI
The public REST API the MCP tools are built on.
SDKs & CLI
Official JavaScript/TypeScript SDK and command-line tool.
Who this is for
- Developers integrating ListenHub MCP into Claude Desktop, Cursor, Windsurf, VS Code, Zed, and other MCP clients.
- Teams that want podcast generation, FlowSpeech, speaker lookup, and subscription checks available as tools inside an AI assistant.