Skip to content
Cursor

Font Lab for Cursor

io.github.jmg698/font-lab

A decision surface for typography: curate font directions on your real site, ship next/font code.

client:Cursor transport:stdio runtime:npm

Install Font Lab in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "font-lab": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "font-lab"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Font Lab in other clients