← getfrenchie.dev
INDIVIDUAL MCP TOOL
transcribe_to_markdown
Convert audio/video files into Markdown transcripts through Frenchie.
LIVE ENDPOINT
https://mcp.getfrenchie.dev
Connect to this endpoint to inspect the live schema for transcribe_to_markdown and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.frenchie-mcp]
url = "https://mcp.getfrenchie.dev"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"frenchie-mcp": {
"type": "http",
"url": "https://mcp.getfrenchie.dev"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: frenchie-mcp
Remote MCP URL: https://mcp.getfrenchie.dev
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"frenchie-mcp": {
"url": "https://mcp.getfrenchie.dev"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"frenchie-mcp": {
"type": "http",
"url": "https://mcp.getfrenchie.dev"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "frenchie-mcp",
"transport": "streamable-http",
"url": "https://mcp.getfrenchie.dev"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ocr_to_markdown— Convert PDF/image files into Markdown through Frenchiegenerate_image— Generate a single image from a text prompt through Frenchie.extract_to_markdown— Extract structured documents (.get_job_result— Fetch the latest async Frenchie job resultupload_file— Get a presigned upload URL for use with ocr_to_markdown, transcribe_to_markdown, or extract_to_markdown in HTTP mode.fetch_result_file— Get a temporary download URL for a result file from OCR/transcription output.