← Index

Frenchie

io.github.Lab94/frenchie-skill·v0.4.5·Filesystem
Quality Score
90
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.getfrenchie.dev
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "frenchie-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@lab94/frenchie"
      ],
      "env": {
        "FRENCHIE_API_KEY": "<your-frenchie_api_key>",
        "FRENCHIE_DEFAULT_LANGUAGE": "<frenchie_default_language>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "frenchie-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@lab94/frenchie"
      ],
      "env": {
        "FRENCHIE_API_KEY": "<your-frenchie_api_key>",
        "FRENCHIE_DEFAULT_LANGUAGE": "<frenchie_default_language>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @lab94/frenchie
§02  Environment variables
FRENCHIE_API_KEY
requiredsecret

Your Frenchie API key (starts with fr_). Create one at https://getfrenchie.dev/dashboard/api-keys — first signup comes with 100 free credits.

FRENCHIE_DEFAULT_LANGUAGE

Optional ISO 639-1 language hint (e.g. 'th', 'en', 'ja') applied to transcribe_to_markdown when the tool input does not specify a language. Tool-level language always wins.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Filesystem