font proof mcp for Cursor
io.github.jakefleming/font-proof-mcp
Create and modify Font Proof documents programmatically (PDF font proofs, live from Glyphs.app).
client:Cursor
transport:stdio
runtime:npm
Install font proof mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"font-proof-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"font-proof-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs