Design
yofont.com
Generate custom font families from text prompts or style references, monitor build status, download font files, and manage your font projects.
ENDPOINT 1
https://yofont.com/api/public/mcp
MCP server metadata
- Name
- yofont-mcp
- Version
- 1.0.0
YoFont generates full font families (letters, digits, punctuation, 18+ scripts) from a text prompt or a style-reference image. Typical flow: generate_font → poll check_font_status until status is font_ready → download_font (or fetch the returned URLs directly). Call list_languages first if the user names a script you are unsure how to code as ISO-2.
Known tools 5
generate_fontGenerate a brand-new font family from a text prompt and/or a style reference image.
Inferred read-onlycheck_font_statusPoll a font job's build status and get its download URLs once ready.
Inferred read-onlydownload_fontFetch a font file's bytes for a given format, inlined as a resource you can write straight to disk in the user's project.
Potential side effectslist_languagesList every supported ISO-2 language code with per-script glyph counts (letters/digits/punct/special) and text direction.
Inferred read-onlylist_my_fontsList up to the caller's 100 most recent font jobs (status, model, source, languages, weights, and a link to the font's page).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.yofont-mcp]
url = "https://yofont.com/api/public/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"yofont-mcp": {
"type": "http",
"url": "https://yofont.com/api/public/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: yofont-mcp
Remote MCP URL: https://yofont.com/api/public/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"yofont-mcp": {
"url": "https://yofont.com/api/public/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"yofont-mcp": {
"type": "http",
"url": "https://yofont.com/api/public/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "yofont-mcp",
"transport": "streamable-http",
"url": "https://yofont.com/api/public/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.