transcribe mcp for Zed
io.github.soboljem/transcribe-mcp
Transcribe audio/video and find dead air. Pay-per-call in USDC over x402 — no account, no key.
client:Zed
transport:stdio
runtime:npm
Install transcribe mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"transcribe-mcp": {
"command": "npx",
"args": [
"-y",
"transcribe-mcp"
],
"env": {
"TRANSCRIBE_MCP_WALLET_KEY": "<TRANSCRIBE_MCP_WALLET_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs