Skip to content
VS Code

Texttospeech Mcp for VS Code

io.github.varvararatta/texttospeech_mcp

MCP server for Text-to-Speech

client:VS Code transport:streamable-http

Install Texttospeech Mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "texttospeech_mcp": {
      "type": "http",
      "url": "https://texttospeech-mcp.mcpize.run/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Texttospeech Mcp in other clients