Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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).

Lo que la gente pregunta sobre font-proof-mcp

¿Qué es jakefleming/font-proof-mcp?

+

jakefleming/font-proof-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala font-proof-mcp?

+

Puedes instalar font-proof-mcp clonando el repositorio (https://github.com/jakefleming/font-proof-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar jakefleming/font-proof-mcp?

+

jakefleming/font-proof-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene jakefleming/font-proof-mcp?

+

jakefleming/font-proof-mcp es mantenido por jakefleming. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a font-proof-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega font-proof-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a font-proof-mcp