Skip to main content

MCP Server for typecast-api

Project description

typecast-api-mcp-server-sample

MCP Server for typecast-api, enabling seamless integration with MCP clients. This project provides a standardized way to interact with Typecast API through the Model Context Protocol.

About

This project implements a Model Context Protocol server for Typecast API, allowing MCP clients to interact with the Typecast API in a standardized way.

Feature Implementation Status

Feature Status
Voice Management
Get Voices
Text to Speech
Play Audio

Setup

Git Clone

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

Dependencies

This project requires Python 3.10 or higher and uses uv for package management.

Package Installation

# Create virtual environment and install packages
uv venv
uv pip install -e .

Environment Variables

Set the following environment variables:

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

Usage with Claude Desktop

You can add the following to your claude_desktop_config.json:

Basic Configuration:

{
  "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"
      }
    }
  }
}

Replace /PATH/TO/YOUR/PROJECT with the actual path where your project is located.

Manual Execution

You can also run the server manually:

uv run python app/main.py

Contributing

Contributions are always welcome! Feel free to submit a Pull Request.

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orange_typecast_api_mcp_server-0.1.0.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file orange_typecast_api_mcp_server-0.1.0.tar.gz.

File metadata

File hashes

Hashes for orange_typecast_api_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7d0cb1f2b09b08741721a5af7949b78a6835d570c7afcb7ffcc244985afe0fd3
MD5 a97919f4d1454b3be2835173ab078c78
BLAKE2b-256 894f6fe9975f239ea71e69bd3d11a58bb085ad4398295f6abe2da6e555ad2022

See more details on using hashes here.

File details

Details for the file orange_typecast_api_mcp_server-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for orange_typecast_api_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ed9740baeabb4a0156ac74cf33265493fc94e49336c6ec641f146dfd11cf4281
MD5 1cd5691dead4cdb888d3b225d9ed8004
BLAKE2b-256 f23baa627d834912e1cd5c4c00035f65f6409dbbb3d5b89207bb6c88d560a7f6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page