Skip to content
Cursor

transcribe mcp for Cursor

io.github.soboljem/transcribe-mcp

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

client:Cursor transport:stdio runtime:npm

Install transcribe mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "transcribe-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "transcribe-mcp"
      ],
      "env": {
        "TRANSCRIBE_MCP_WALLET_KEY": "<TRANSCRIBE_MCP_WALLET_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

transcribe mcp in other clients