Loading MCP server directory, please wait...
OCR, transcription, file extraction, and image generation for AI agents via MCP.
npx @getmcp/cli add io.github.Lab94/frenchie-skillRequires Node.js 18+. Community-contributed server. Review source before installing.
FRENCHIE_API_KEYYour Frenchie API key (starts with fr_). Create one at https://getfrenchie.dev/dashboard/api-keys — first signup comes with 100 free credits.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Lab94/frenchie-skill": {
"command": "npx",
"args": [
"-y",
"@lab94/frenchie@0.4.5",
"mcp",
"-y",
"@lab94/frenchie"
],
"env": {
"FRENCHIE_API_KEY": "",
"FRENCHIE_DEFAULT_LANGUAGE": ""
}
}
}
}