OCR, transcription, and image generation for AI agents via MCP.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-lab94-frenchie-skill": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Install Frenchie in your coding agent with one command. Read PDFs and images, transcribe audio and video, and generate images from text prompts — no plumbing required.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Lab94/frenchie-skill and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Frenchie — your agent's best friend.
Install Frenchie in your coding agent with one command. Frenchie Kit gives agents file and multimodal capabilities: read PDFs and images, transcribe audio and video, extract Office/CSV files to Markdown, and generate images from text prompts. Frenchie Method gives teams a structured workflow from requirement to release.
Upgrading from 0.1.x or 0.2.x? See MIGRATION.md for the breaking changes in 0.3.0 (stdio metadata-only responses, absolute-path MCP configs, new
mcp --help/--selftestflags).
This package ships:
/ocr, /transcribe, /extract, /generate-image, /frenchie-status commands + HTTP/stdio MCP guidance)/frenchie-method, /requirement, /qa-analysis, /implement, /run-test, /pr-review, /release-check, and related workflow commands)lab94-frenchie mcp) bundled for npxFrom the root of your project:
npx @lab94/frenchie install
This installs Frenchie Kit and Frenchie Method skills. Method is text-only and works without an API key.
Optional Method config:
npx @lab94/frenchie install --init-method
This creates .frenchie/method.config.json and .frenchie/.gitignore; it does not edit your root .gitignore.
Create an account at getfrenchie.dev. You get 100 free credits on your first signup, once per email. No card required.
Then connect your local agent:
npx @lab94/frenchie login
The login command opens a browser device-code flow, then writes FRENCHIE_API_KEY into the MCP config the installer created. The full key is never printed.
Fallback if you already have a key from the dashboard:
npx @lab94/frenchie install --api-key fr_your_key_here
To target a specific agent:
npx @lab94/frenchie login --agent claude
npx @lab94/frenchie login --agent cursor
npx @lab94/frenchie login --agent codex
npx @lab94/frenchie login --agent vscode
npx @lab94/frenchie login --agent gemini
User-level installs (Antigravity, Windsurf, Zed, Claude Desktop) need the --global flag — auto-detect never writes under $HOME:
npx @lab94/frenchie login --agent antigravity --global
npx @lab94/frenchie login --agent windsurf --global
npx @lab94/frenchie login --agent zed --global
npx @lab94/frenchie login --agent claude-desktop --global
Fallback with an existing key:
npx @lab94/frenchie install --agent claude --api-key fr_…
npx @lab94/frenchie install --agent codex --api-key fr_…
npx @lab94/frenchie install --agent antigravity --global --api-key fr_…
npx @lab94/frenchie install --agent claude-desktop --global --api-key fr_…
After login, your agent can call ocr_to_markdown, transcribe_to_markdown, extract_to_markdown, or generate_image. OCR/transcription/extraction results are saved to .frenchie/<name>/result.md automatically; generated images are saved to .frenchie/<slug>/generated.<ext>.
When a new Frenchie version ships, the pinned package spec inside each MCP config (@lab94/frenchie@0.5.0) needs to point at the new version so npx stops serving a cached older bundle. Two upgrade commands cover everything:
# Project-scoped configs in this directory (.mcp.json, .cursor/mcp.json, .codex/config.toml, etc.)
npx @lab94/frenchie@latest install
# Every $HOME config that already has a frenchie entry — Antigravity, Claude Desktop, Windsurf, Ze
... [View full README on GitHub](https://github.com/Lab94/frenchie-skill#readme)