font-proof-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@font-proof-mcpCreate a font proof for Inter with a section showing uppercase and lowercase."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
font-proof-mcp
Create and modify Hellbox documents programmatically. Hellbox (formerly Font Proof) is a macOS app for type designers that generates PDF font proofs and live-reloads them from Glyphs and RoboFont.
This package launches the MCP server that ships inside the Hellbox 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
Hellbox installed (the server binary ships inside the app)
Node.js 18+ (for
npx)
Related MCP server: AI-Canvas MCP Server
Setup
The easiest path is Hellbox's built-in one-click setup: open Hellbox, 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-mcpClaude 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 Hellbox is installed somewhere other than /Applications or ~/Applications, set FONT_PROOF_MCP_PATH to the full path of Hellbox.app/Contents/Helpers/font-proof-mcp.
Tools
Documents:
create_proof,create_complete_proof,open_proof,get_proof_info,open_in_appSections:
add_section,update_section,delete_section,reorder_sections,duplicate_section,set_section_content_bulk,update_section_settingsFonts:
add_fonts,remove_fonts,list_system_fonts(variable font axes supported)Glyphs 3:
list_glyphs_fonts,add_glyphs_fonts
Full documentation: hellbox.com/docs under "MCP Server".
How it works
The MCP server is a Swift binary embedded in the Hellbox 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.
The package keeps the font-proof-mcp name from the app's Font Proof era; the npm name, the server name MCP clients see, and the .fontproof file extension are all stable across the rename.
Hellbox is made by Minim Industries.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables AI agents to diagnose, modify, and validate OTF/TTF fonts interactively through a set of read-only, write, and validation tools.
- Alicense-qualityCmaintenanceEnables AI assistants to inspect, modify, export, and validate design documents with 47 tools covering design, code generation, branding, and print/mockup workflows.191MIT
- Alicense-qualityDmaintenanceEnables AI assistants to interact with FontLab for font design and manipulation, including querying font metadata, creating/modifying glyphs, applying transformations, and exporting fonts.7MIT
- Alicense-qualityCmaintenanceMCP bridge for AI-assisted type design in GlyphsApp. Lets Claude, Cursor, or any MCP client read and write font data directly in GlyphsApp — bidirectional, real-time, live in the editor.7MIT
Related MCP Connectors
AI-agent design tools: fonts, font recognition, palettes, color naming, contrast, code, SVG, CSS.
Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client.
Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jakefleming/font-proof-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server