@kont-sh/mcp
v0.2.0
Published
MCP server exposing the kont Korean font registry to AI agents (4 tools over stdio). Early access (0.x).
Downloads
194
Maintainers
Readme
@kont-sh/mcp
MCP (Model Context Protocol) server exposing kont's Korean-font registry to AI agents.
Three read-only tools over stdio:
list_fonts— filter the registry by category, Hangul origin, tone, formality, or redistribution-license gate.get_font— detailed record for a single slug, including honest verification state.recommend_by_vibe— rank fonts by a target vibe (tone, formality, best-for use cases, avoid-for use cases).
Thin adapter. No business logic — everything ranks and filters off @kont-sh/registry primitives.
Run
# from npm (no checkout needed)
npx -y @kont-sh/mcp
# from a local checkout (dev)
pnpm --filter @kont-sh/mcp build
node packages/mcp/dist/index.jsClaude Desktop config
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"kont": {
"command": "npx",
"args": ["-y", "@kont-sh/mcp"]
}
}
}Test
pnpm --filter @kont-sh/mcp testStatus
Early access (0.x) — tool list and shapes may change.
License
MIT — see LICENSE.
