Create and modify Font Proof documents programmatically (PDF font proofs, live from Glyphs.app).
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
npx)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:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
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.
create_proof, create_complete_proof, open_proof, get_proof_info, open_in_appadd_section, update_section, delete_section, reorder_sections, duplicate_section, set_section_content_bulk, update_section_settingsadd_fonts, remove_fonts, list_system_fonts (variable font axes supported)list_glyphs_fonts, add_glyphs_fontsFull documentation: hellbox.com/docs under "MCP Server".
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.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/font-proof-mcp)<a href="https://allmcps.com/mcp/font-proof-mcp"><img src="https://allmcps.com/api/badge/font-proof-mcp?style=directory" alt="Font Proof MCP on AllMCPs" /></a>