Font Proof
БесплатноНе проверенCreate and modify Font Proof documents programmatically (PDF font proofs, live from Glyphs.app).
Описание
Create and modify Font Proof documents programmatically (PDF font proofs, live from Glyphs.app).
README
Create and modify Font Proof documents programmatically. Font Proof is a macOS app for type designers that generates PDF font proofs and live-reloads them from Glyphs.app.
This package launches the MCP server that ships inside the Font Proof app bundle. The server lets AI tools create and edit .fontproof documents directly; the app does not need to be running.
Requirements
- macOS 12 or later
- Font Proof installed (the server binary ships inside the app)
- Node.js 18+ (for
npx)
Setup
The easiest path is Font Proof's built-in one-click setup: open Font Proof, go to Preferences, then AI Integration, and click the installer for your client. To set it up manually instead:
Claude Code
claude mcp add font-proof -- npx -y font-proof-mcp
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"font-proof": {
"command": "npx",
"args": ["-y", "font-proof-mcp"]
}
}
}
Cursor
Add the same command / args pair to ~/.cursor/mcp.json.
If Font Proof is installed somewhere other than /Applications or ~/Applications, set FONT_PROOF_MCP_PATH to the full path of Font Proof.app/Contents/Helpers/font-proof-mcp.
Tools
- Documents:
create_proof,create_complete_proof,open_proof,get_proof_info,open_in_app - Sections:
add_section,update_section,delete_section,reorder_sections,duplicate_section,set_section_content_bulk,update_section_settings - Fonts:
add_fonts,remove_fonts,list_system_fonts(variable font axes supported) - Glyphs 3:
list_glyphs_fonts,add_glyphs_fonts
Full documentation: fontproof.com/docs under "MCP Server".
How it works
The MCP server is a Swift binary embedded in the Font Proof app at Contents/Helpers/font-proof-mcp, codesigned with the app and always in sync with the app's document format. This package is a thin launcher: it finds that binary and hands over stdio. No server logic is duplicated here, so the tools you get always match the app version you have installed.
Font Proof is made by Minim Industries.
Установить Font Proof в Claude Desktop, Claude Code, Cursor
unyly install font-proofСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add font-proof -- npx -y font-proof-mcpПошаговые гайды: как установить Font Proof
FAQ
Font Proof MCP бесплатный?
Да, Font Proof MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Font Proof?
Нет, Font Proof работает без API-ключей и переменных окружения.
Font Proof — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Font Proof в Claude Desktop, Claude Code или Cursor?
Открой Font Proof на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Font Proof with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
