Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · font-proof-mcp
Claude Code CLI
claude mcp add font-proof-mcp -- npx -y font-proof-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "font-proof-mcp": {
      "command": "npx",
      "args": ["-y", "font-proof-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# font-proof-mcp

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](https://fontproof.com) 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](https://fontproof.com) 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

```bash
claude mcp add font-proof -- npx -y font-proof-mcp
```

### Claude Desktop

Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:

```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](https://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](https://fontproof.com).

What people ask about font-proof-mcp

What is jakefleming/font-proof-mcp?

+

jakefleming/font-proof-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install font-proof-mcp?

+

You can install font-proof-mcp by cloning the repository (https://github.com/jakefleming/font-proof-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is jakefleming/font-proof-mcp safe to use?

+

jakefleming/font-proof-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains jakefleming/font-proof-mcp?

+

jakefleming/font-proof-mcp is maintained by jakefleming. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to font-proof-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy font-proof-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: jakefleming/font-proof-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jakefleming-font-proof-mcp)](https://claudewave.com/repo/jakefleming-font-proof-mcp)
<a href="https://claudewave.com/repo/jakefleming-font-proof-mcp"><img src="https://claudewave.com/api/badge/jakefleming-font-proof-mcp" alt="Featured on ClaudeWave: jakefleming/font-proof-mcp" width="320" height="64" /></a>

More MCP Servers

font-proof-mcp alternatives