Textogo MCP server by itbusina
Active
⭐ Featured
Text, links and files to speech conversion with textogo.ai.
Updated 8/2/2025
Key Features
What makes this MCP server special
Text to speech
 link to speech
 file to speech
Requirements
docker
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
https://textogo.ai
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
docker pull itbusina/textogo-mcp:latest2. Configuration
{
  "mcpServers": {
    "textogo": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "BILLING_ID",
        "itbusina/textogo-mcp:latest"
      ],
      "env": {
        "BILLING_ID": "dsa131..."
      }
    }
  }
}3. Usage Example
convert the following text to audio: 'hello world'