A decision surface for typography: curate font directions on your real site, ship next/font code.
claude mcp add font-lab -- npx -y font-lab
claude_desktop_config.json
{
"mcpServers": {
"font-lab": {
"command": "npx",
"args": [
"-y",
"font-lab"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"font-lab": {
"command": "npx",
"args": [
"-y",
"font-lab"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"font-lab": {
"command": "npx",
"args": [
"-y",
"font-lab"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"font-lab": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"font-lab"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"font-lab": {
"command": "npx",
"args": [
"-y",
"font-lab"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jmg698--font-lab/reviews or the review_server meta-tool.
POST /mcp