← modelslab.com

INDIVIDUAL MCP TOOL

text-to-speech

Convert text to natural speech audio.

modelslab.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

modelslab.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.modelslab-com]
url = "https://modelslab.com/mcp/v7"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "modelslab-com": {
      "type": "http",
      "url": "https://modelslab.com/mcp/v7"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: modelslab-com
Remote MCP URL: https://modelslab.com/mcp/v7

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "modelslab-com": {
      "url": "https://modelslab.com/mcp/v7"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "modelslab-com": {
      "type": "http",
      "url": "https://modelslab.com/mcp/v7"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "modelslab-com",
  "transport": "streamable-http",
  "url": "https://modelslab.com/mcp/v7"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list-models — List available AI models on the ModelsLab platform.
  • list-providers — List all available model providers on the ModelsLab platform.
  • text-to-image — Generate images from text prompts using AI models.
  • image-to-image — Transform existing images based on text prompts.
  • inpaint-image — Edit specific areas of images using masks.
  • fetch-image — Retrieve the status and results of an image generation request.
  • text-to-video — Generate videos from text descriptions.
  • image-to-video — Animate static images into videos.