Skip to main content
Connect this Model Context Protocol to give your AI complete Typecast knowledge, integrate Typecast TTS into your service in minutes.

One-Click Install

For Cursor and Replit, just click the button below:

Add to Cursor

One-click install for Cursor IDE

Add to Replit

One-click install for Replit

Other MCP Clients

For other MCP-compatible clients, add this URL:
  1. Open Windsurf Settings
  2. Navigate to CascadeMCP Servers
  3. Click “Add Server”“Add Remote MCP Server”
  4. Enter URL: https://typecast.ai/docs/mcp
Add to your .vscode/mcp.json:
That’s it! You can now ask your AI assistant to help you integrate Typecast TTS into your projects.

What You Can Do

Once connected, your AI assistant gains knowledge about:
  • API Integration — Get code examples for any language
  • Voice Selection — Find the perfect voice for your use case
  • Best Practices — Learn optimal settings for different scenarios
  • Troubleshooting — Quick solutions for common issues

The setup above is all you need. The section below is optional for advanced use cases.

Advanced: Automated TTS Generation

Need to generate audio files automatically? The Typecast Self-hosted MCP Server lets your AI assistant directly call the Typecast API to create audio on demand, perfect for batch processing and automated workflows. The self-hosted server also provides recommend_voices for natural-language voice search. Recommendation results contain only voice_id, voice_name, and score, so call get_voice or get_voices when your workflow needs metadata such as supported models, emotions, gender, age, or use cases.

What Makes This Different

Prerequisites

Setup

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

Troubleshooting

  • Verify the configuration is correct
  • Restart your application completely
  • Check that uv is installed and available in your PATH
  • Confirm your API key is set correctly in the config
  • Verify your key at Typecast API
  • Set XDG_RUNTIME_DIR environment variable
  • Check audio device: aplay -l

Resources

GitHub Repository

View source code for Self-hosted MCP Server

API Reference

Explore the Typecast API

Voice Library

Browse available voices

Python SDK

Build custom integrations