genesys-transcription-mcp-server

Dynava/genesys-transcription-mcp-server

3.2

If you are the rightful owner of genesys-transcription-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Genesys Transcription MCP Server is a specialized server designed to facilitate transcription services through the Model Context Protocol (MCP). It integrates seamlessly with various platforms to provide efficient and accurate transcription capabilities.

"# genesys-transcription-mcp-server"

Building and Publishing Packages

Building a Distribution

uv build

Publishing a Distribution

Generate an (API Token)[https://pypi.org/account/register/]

uv publish

Connect to the MCP server

Usage with Claude Desktop

Add this to your claude_desktop_config.json (Claude Desktop > File > Settings > Developer > Edit Config):

Using uvx
"mcpServers": {
  "genesys": {
    "command": "uvx",
    "args": ["transcription-mcp-server"],
    "env": {
      "HOST": "<transcription-api host>",
      "PYTHONIOENCODING": "utf-8"
    }
  }
}