Agent Plugins Marketplace
All plugins

cartesia

v1.0.0-ghast.2

Generate speech, transcribe audio and manage voices and pronunciation dictionaries through Cartesia’s official MCP server.

Agent Plugins1 Skill2 MCP serversstdio

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cartesia/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/cartesia/
├── plugin.json
├── skills/cartesia/SKILL.md
└── mcp.json

Included Skills1

cartesiaskills/cartesia/SKILL.md

Use Cartesia in Ghast. Generate speech, transcribe audio and manage voices and pronunciation dictionaries through Cartesia’s official MCP server. 通过 Cartesia 官方 MCP 生成语音、转录音频,并管理声音和发音词典。

MCP servers2

cartesiastdio
command
uvx
args
--python 3.13 cartesia-mcp==0.21.0
cwd
${PLUGIN_DATA}
env.PYTHON_DOTENV_DISABLED
1
env.OUTPUT_DIRECTORY
${PLUGIN_DATA}
env.CARTESIA_ADMIN_API_KEY
cartesia-adminstdio
command
uvx
args
--python 3.13 cartesia-mcp==0.21.0
cwd
${PLUGIN_DATA}
env.PYTHON_DOTENV_DISABLED
1
env.OUTPUT_DIRECTORY
${PLUGIN_DATA}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/cartesia/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cartesia",
  "version": "1.0.0-ghast.2",
  "description": "Generate speech, transcribe audio and manage voices and pronunciation dictionaries through Cartesia’s official MCP server.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://docs.cartesia.ai/tools/ai/mcp",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://docs.cartesia.ai/tools/ai/mcp",
      "connectorPublisher": "Cartesia",
      "category": "creativity",
      "icon": "./assets/icon.svg",
      "displayName": "Cartesia",
      "descriptions": {
        "en": "Generate speech, transcribe audio and manage voices and pronunciation dictionaries through Cartesia’s official MCP server.",
        "zh-CN": "通过 Cartesia 官方 MCP 生成语音、转录音频,并管理声音和发音词典。"
      },
      "mcpServerExtensions": {
        "cartesia": {
          "credentialEnv": {
            "CARTESIA_API_KEY": "$VAULT:cartesia-api-key"
          }
        },
        "cartesia-admin": {
          "credentialEnv": {
            "CARTESIA_API_KEY": "$VAULT:cartesia-api-key",
            "CARTESIA_ADMIN_API_KEY": "$VAULT:cartesia-admin-api-key"
          }
        }
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cartesia on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cartesia)