Odel
transcribe mcp

transcribe mcp

Local
@soboljemJavaScriptUpdated 2w ago

Transcribe audio/video and find dead air. Pay-per-call in USDC over x402 — no account, no key.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtranscribe-mcpv0.1.1

Run

npx -y transcribe-mcp

MCP client config

{
  "mcpServers": {
    "transcribe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "transcribe-mcp"
      ]
    }
  }
}