Font Lab for VS Code
io.github.jmg698/font-lab
A decision surface for typography: curate font directions on your real site, ship next/font code.
client:VS Code
transport:stdio
runtime:npm
Install Font Lab in VS Code
.vscode/mcp.json
{
"servers": {
"font-lab": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"font-lab"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs