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

mseep_typecast_api_mcp_server-0.1.1.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.

mseep_typecast_api_mcp_server-0.1.1-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file mseep_typecast_api_mcp_server-0.1.1.tar.gz.

File metadata

File hashes

Hashes for mseep_typecast_api_mcp_server-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e1db09d410f7c74aebe1fc3723476d018b66e1fec321292bd810fde2a6245959
MD5 9b13608ae5a18c7b645345fc9fdec52a
BLAKE2b-256 49a7759d4c4a8952fd02227945fefea33e5d8c72b1269d86ea5bdf233d36d416

See more details on using hashes here.

File details

Details for the file mseep_typecast_api_mcp_server-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mseep_typecast_api_mcp_server-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 717b45f8703d7633164df23c0b0c0ca3630e5da4786602e4ad5c2d492c9c4c8c
MD5 e5c7b5a5afd17aa5d2d29e342fba9c16
BLAKE2b-256 d44e3b9dd71753ee1ff8553e93fec4915176e81b1cda2d7548f1df0bd6d9e4ca

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