OCR, transcription, file extraction, and image generation for AI agents via MCP.
What it says
The record the registry holds
Where it answers
https://mcp.getfrenchie.dev · streamable-http
How you get it
It also ships as a package you run yourself.
@lab94/frenchie · npm · 0.5.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Lab94/frenchie-skill",
"description": "OCR, transcription, file extraction, and image generation for AI agents via MCP.",
"title": "Frenchie",
"repository": {
"url": "https://github.com/Lab94/frenchie-skill",
"source": "github"
},
"version": "0.5.0",
"websiteUrl": "https://getfrenchie.dev",
"packages": [
{
"registryType": "npm",
"identifier": "@lab94/frenchie",
"version": "0.5.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
},
{
"value": "@lab94/frenchie@0.5.0",
"type": "positional"
},
{
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Your Frenchie API key (starts with fr_). Create one at https://getfrenchie.dev/dashboard/api-keys — first signup comes with 100 free credits.",
"isRequired": true,
"isSecret": true,
"name": "FRENCHIE_API_KEY"
},
{
"description": "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.",
"name": "FRENCHIE_DEFAULT_LANGUAGE"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.getfrenchie.dev",
"headers": [
{
"description": "Bearer fr_... — your Frenchie API key",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
},
{
"description": "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.",
"name": "X-Frenchie-Default-Language"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-07T10:01:36.56076Z",
"publishedAt": "2026-05-07T10:01:36.56076Z",
"updatedAt": "2026-05-07T10:01:36.56076Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 0.5.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.