Speechify MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Speechify MCPGenerate UK English speech saying 'Welcome to the demo'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Speechify MCP
A remote Model Context Protocol server for Speechify text-to-speech.
Tools
speechify_list_voices— list/filter available Speechify voices.speechify_generate_speech— generate audio from text or supported SSML.speechify_speak_uk_english— convenience tool using the Simba 3.2 English model.
Related MCP server: yuppie-mcp-tts
Environment variables
Copy .env.example to .env.local for local development.
SPEECHIFY_API_KEY=...
MCP_ACCESS_TOKEN=...MCP_ACCESS_TOKEN is optional but strongly recommended for any public deployment. Clients should send it as a Bearer token to the MCP endpoint.
Never put the Speechify key into a browser/client config. It belongs only on the MCP server.
Local development
npm install
npm run devHealth check:
http://localhost:3000/api/healthMCP endpoint:
http://localhost:3000/api/mcpVercel
Deploy the project, then add SPEECHIFY_API_KEY and MCP_ACCESS_TOKEN as Vercel environment variables.
Your remote MCP URL will be:
https://YOUR-DOMAIN.vercel.app/api/mcpClient configuration
For an MCP client that supports remote Streamable HTTP, use the /api/mcp URL. If MCP_ACCESS_TOKEN is configured, send:
Authorization: Bearer YOUR_MCP_ACCESS_TOKENNotes
The MCP intentionally does not expose Speechify API credentials.
English speech defaults to
simba-3.2.Use
speechify_list_voicesfirst to choose a validvoice_id.Voice cloning is not included in v1 because it requires explicit verified consent and a multipart upload flow. It can be added separately if required.
This server cannot be deployed
Maintenance
Related MCP Connectors
Speech, transcription, voice agents, Trace, Recap, dubbing and narration with browser OAuth.
Create narrated presentations from HTML, poll build status, list them, read one back as text.
Hosted pay-per-use TTS: 54 neural voices, 9 languages incl. Brazilian Portuguese. $10 free credits.
Hosted speech-to-text + speech emotion/tone analysis for agents. No install; trial keys built in.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProfile-driven MCP server for Google Cloud Text-to-Speech that exposes tools to synthesize text to speech, run diagnostics, and stop playback, with voice and settings locked per profile.1MIT
- AlicenseAqualityBmaintenanceProvides text-to-speech synthesis using Microsoft Edge's free TTS engine, supporting multiple voices, languages, and audio output options (base64 or file).3MIT
- FlicenseAqualityCmaintenanceConverts text or transcripts into MP3 audio using Microsoft Edge's free neural voices. Provides text-to-speech and voice listing tools with no API key required.2-
- AlicenseAqualityBmaintenanceEnables MCP clients to synthesize text into speech locally and play it through the machine's audio, with selectable voices and playback speed.2Apache 2.0