5 days ago
Connect the OneStepTranscribe MCP server to your AI assistant and turn audio or video into text without leaving the chat. It is a remote server, so there is nothing to install, no API key, and no account. Just add one URL and ask your assistant to transcribe a file.
Server Config
{
"mcpServers": {
"onesteptranscribe": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://onesteptranscribe.com/api/mcp"
]
}
}
}