← Registry

Design

yofont.com

Generate custom font families from text prompts or style references, monitor build status, download font files, and manage your font projects.

1 endpoint5 known toolsFirst detected August 8, 2026Last detected August 8, 2026

ENDPOINT 1

https://yofont.com/api/public/mcp

No auth detected

MCP server metadata

Name
yofont-mcp
Version
1.0.0
Capabilities
tools
Server instructions

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_font

Generate a brand-new font family from a text prompt and/or a style reference image.

Inferred read-only
check_font_status

Poll a font job's build status and get its download URLs once ready.

Inferred read-only
download_font

Fetch 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 effects
list_languages

List every supported ISO-2 language code with per-script glyph counts (letters/digits/punct/special) and text direction.

Inferred read-only
list_my_fonts

List 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-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.