Skip to main content
Glama

Typecast API MCP Server

by neosapience

typecast-api-mcp-server-サンプル

typecast-api 用の MCP サーバー。MCP クライアントとのシームレスな統合を可能にします。このプロジェクトは、モデルコンテキストプロトコルを介して Typecast API と対話するための標準化された方法を提供します。

について

このプロジェクトは、Typecast API 用のモデルコンテキスト プロトコル サーバーを実装し、MCP クライアントが標準化された方法で Typecast API と対話できるようにします。

機能実装状況

特徴状態
音声管理
声を得る
テキスト読み上げ
音声を再生

設定

Gitクローン

git clone https://github.com/hyunseung/typecast-api-mcp-server-sample.git cd typecast-api-mcp-server-sample

依存関係

このプロジェクトでは Python 3.10 以上が必要であり、パッケージ管理にはuvを使用します。

パッケージのインストール
# Create virtual environment and install packages uv venv uv pip install -e .

環境変数

次の環境変数を設定します。

TYPECAST_API_HOST=https://api.typecast.ai TYPECAST_API_KEY=<your-api-key> TYPECAST_OUTPUT_DIR=<your-output-directory> # default: ~/Downloads/typecast_output

Claude Desktopでの使用

claude_desktop_config.jsonに以下を追加できます。

基本構成:
{ "mcpServers": { "typecast-api-mcp-server": { "command": "uv", "args": [ "--directory", "/PATH/TO/YOUR/PROJECT", "run", "typecast-api-mcp-server" ], "env": { "TYPECAST_API_HOST": "https://api.typecast.ai", "TYPECAST_API_KEY": "YOUR_API_KEY", "TYPECAST_OUTPUT_DIR": "PATH/TO/YOUR/OUTPUT/DIR" } } } }

/PATH/TO/YOUR/PROJECTプロジェクトが配置されている実際のパスに置き換えます。

手動実行

サーバーを手動で実行することもできます。

uv run python app/main.py

貢献

貢献はいつでも歓迎です!お気軽にプルリクエストを送信してください。

ライセンス

MITライセンス

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

モデルコンテキストプロトコルを通じて Typecast API とのシームレスな統合を可能にし、クライアントが音声を管理し、テキストを音声に変換し、標準化された方法でオーディオを再生できるようにします。

  1. について
    1. 機能実装状況
      1. 設定
        1. Gitクローン
        2. 依存関係
        3. 環境変数
        4. Claude Desktopでの使用
        5. 手動実行
      2. 貢献
        1. ライセンス

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            Provides text-to-speech capabilities through the Model Context Protocol, allowing applications to easily integrate speech synthesis with customizable voices, adjustable speech speed, and cross-platform audio playback support.
            Last updated -
            2
            Python
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that provides text-to-speech capabilities using the Kokoro TTS model, offering multiple voice options and customizable speech parameters.
            Last updated -
            239
            JavaScript
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that integrates high-quality text-to-speech capabilities with Claude Desktop and other MCP-compatible clients, supporting multiple voice options and audio formats.
            Last updated -
            TypeScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables AI models to generate and play high-quality text-to-speech audio through your device's native audio system using Rime's voice synthesis API.
            Last updated -
            1
            15
            4
            JavaScript
            The Unlicense
            • Apple
            • Linux

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/neosapience/typecast-api-mcp-server-sample'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server