Skip to content
VS Code

font proof mcp for VS Code

io.github.jakefleming/font-proof-mcp

Create and modify Font Proof documents programmatically (PDF font proofs, live from Glyphs.app).

client:VS Code transport:stdio runtime:npm

Install font proof mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "font-proof-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "font-proof-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

font proof mcp in other clients