Back to search
100
MCP live v0.4.3 streamable-http

Frenchie

io.github.Lab94/frenchie-skill

OCR, transcription, and image generation for AI agents via MCP.

Uptime
100.0%
3 probes
Response
891ms
last probe
Tools
7
callable

Tools · 7

ocr_to_markdown

Convert PDF/image files into Markdown through Frenchie

transcribe_to_markdown

Convert audio/video files into Markdown transcripts through Frenchie. Set language (ISO 639-1 code, e.g. 'th', 'en', 'ja') for better accuracy; omit for auto-detection.

generate_image

Generate a single image from a text prompt through Frenchie. Required: prompt. Optional: style (free-text style direction), size, quality, format, background. stdio mode auto-saves the image to .frenc…

extract_to_markdown

Extract structured documents (.docx, .xlsx, .csv, .tsv, .pptx) into Markdown through Frenchie. stdio mode auto-saves the result to .frenchie/<name>/result.md; HTTP mode returns inline Markdown.

get_job_result

Fetch the latest async Frenchie job result

upload_file

Get a presigned upload URL for use with ocr_to_markdown, transcribe_to_markdown, or extract_to_markdown in HTTP mode. After calling this tool, PUT the file to upload_url (with the correct Content-Type…

fetch_result_file

Get a temporary download URL for a result file from OCR/transcription output. Use this to download images referenced as frenchie-result: in the result markdown.

Similar MCP servers embedding-nearest

Frenchie
OCR, transcription, file extraction, and image generation for AI agents via MCP.
0 tools · streamable-http
@lab94/frenchie
Frenchie — your agent's best friend. MCP-first multimodal Kit, Method workflow toolkit, and stdio MCP server for agents: OCR, transcription,
0 tools
Carbone MCP live
Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating
11 tools · streamable-http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
Toolora MCP Server live
12 free tools: PDF, OCR, QR codes, audio transcription, URL scraping, Excel, Word. No key needed.
34 tools · streamable-http
ai.roc/mcp live
ROC biometrics & computer vision: face, LPR, OCR, pedestrian, vehicle, gun detection.
7 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "frenchie": {
      "url": "https://mcp.getfrenchie.dev",
      "transport": "streamable-http"
    }
  }
}