Developer Tools

Typography MCP Server

Chat with AI and use the interactive dashboard — no API key or third-party login needed.

Opinionated typography toolkit on top of Google Fonts. Mood search, heading/body pairing, modular type-scale generation, and an interactive composer that renders every result in the live font.

Managed
Interactive App
4 tools
Agent guide included

No API key or third-party login needed. Search with the interactive app or chat with AI — both work side by side.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Typography — workflow patterns, data models, and gotchas for your AI agent.

Typography

Typography sits on top of Google Fonts and adds agent-friendly tools for the three things AI assistants actually get asked about fonts: "find me a font that feels like X", "what should I pair this with", and "give me a full type scale I can paste into my project". An interactive composer app opens alongside the chat and re-renders every result with live font previews.

When to use which tool

  • typography_search — the user described a vibe (warm, playful, technical, editorial, brutalist, geometric, friendly, …). Returns ranked families with the curated tag paths that matched. Always pass query even if it's a single word.
  • typography_pair_suggest — the user already picked a heading family and needs a body face. Returns 3–5 candidates with a one-line rationale each.
  • typography_system — the user committed to a heading + body and wants the deliverable. Returns the type scale, a Google Fonts CSS link, ready-to-paste CSS variables and base rules, and a small HTML preview.
  • typography_list_tags — surface the full curated mood/style taxonomy so the user can pick from real labels instead of guessing. Useful for tab completion and "what categories exist?" prompts.

For raw catalog browsing (every family, every variant, all download URLs), use the lower-level google_webfonts_list_fonts tool from the google-webfonts bundle. Typography is for opinionated selection and deliverables.

Mood / tag taxonomy (Google's curated tags)

Tags come back as path strings with a 0–100 weight per family. The high-level groups:

  • /Sans/*Humanist, Geometric, Grotesque, Neo-Grotesque, Rounded, Glyphic
  • /Serif/*Old Style, Transitional, Modern, Slab, Didone, Humanist
  • /Display/* — display faces grouped by feel
  • /Handwriting/* and /Calligraphy/* — script faces
  • /Monospace/* — code faces
  • /Expressive/* — semantic mood overlays (Business, Playful, Calm, Cute, Innovative, Stiff, Awkward, …)
  • /Technology/*Modern, Retro, Futuristic, Industrial
  • /Calligraphy/*Brush, Formal, Casual

When typography_search returns results, the matched_tags field shows exactly which tag paths drove each family's score, so you can explain why a recommendation fits.

Pairing heuristic

typography_pair_suggest returns body candidates that:

  1. Use a different category from the heading (serif heading → sans-serif body, and vice versa). Display and handwriting are never recommended as body.
  2. Cover the same scripts the heading covers (so multilingual UI doesn't fall back to a system font).
  3. Carry a complete weight ramp (regular, 500+, and an italic) so app-level emphasis works.
  4. Rank near the top by overall popularity — popular body faces have been battle-tested at small sizes.

Each candidate includes a rationale string. Read it back to the user when presenting the choice.

Modular type scales

typography_system builds a scale from a base font-size and a ratio. Common ratios:

  • minor-second 1.067 — very tight, dense editorial layouts
  • major-second 1.125 — subtle, web app default
  • minor-third 1.200 — comfortable web body
  • major-third 1.250 — modern marketing default (recommended)
  • perfect-fourth 1.333 — punchy hero pages
  • augmented-fourth 1.414 — dramatic display
  • perfect-fifth 1.500 — very dramatic
  • golden 1.618 — magazine / poster scale

Each step in the returned scale has name (captiondisplay), size_px, size_rem, and line_height. The css block is paste-ready: it declares CSS custom properties for every step plus font-family rules wired to the heading and body. The google_fonts_link is a single <link rel="stylesheet"> covering both families with the variants the scale needs.

Interactive composer

Every tool in this bundle forwards its result to the Typography Composer app that opens in the same panel. The composer tabs:

  • Search — mood query in, ranked specimen cards out, each rendered in the actual font.
  • Pair — heading family in, body candidates rendered side-by-side under the heading specimen.
  • System — heading + body + scale ratio in, every scale step rendered live in the chosen font with copy-to-clipboard CSS underneath.

The agent doesn't have to call a separate "open app" tool — calling any data tool above makes the panel appear and update. If the host is plain text only, the JSON response is already complete.

Gotchas

  • Family names are case-sensitive. Roboto Mono works, roboto-mono returns empty. Tools accept the canonical form Google publishes.
  • Subsets matter for non-Latin scripts. Always pass subset="cyrillic" (or arabic, devanagari, japanese, …) when the user's content isn't Latin. The pairing tool also respects this.
  • Display / handwriting families are never returned as body candidates by typography_pair_suggest — even if Google scores them high. They are for headings only.
  • The CSS link uses the separate Google Fonts CSS API (fonts.googleapis.com/css2), which is unauthenticated and free. The API key only authenticates the metadata endpoint we use server-side.
  • Licensing: every family is open-source (OFL / Apache 2.0 / Ubuntu Font License). Commercial embedding is allowed; attribution is encouraged, not required.

Tools in this Server (4)

Typography List Tags

List Google Fonts' curated semantic tag taxonomy — the same mood and style labels used by typography_search. Returns tag paths like '/Sans/Humanist' o...

Typography Pair Suggest

Suggest body-text font candidates that pair with a given heading family. Picks 3–5 popular families in a different category (serif heading → sans-seri...

Typography Search

Find Google Fonts families that match a free-text mood/style query (e.g. 'warm humanist serif', 'playful brand sans', 'technical monospace'). Uses Goo...

Typography System

Generate a complete modular type scale for a heading + body family pair. Returns each step (caption → display) with px and rem sizes plus a sensible l...

Frequently Asked Questions

What is the Typography MCP server?

Opinionated typography toolkit on top of Google Fonts. Mood search, heading/body pairing, modular type-scale generation, and an interactive composer that renders every result in the live font. It provides 4 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Typography to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/typography. Authentication is handled automatically.

How many tools does Typography provide?

Typography provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Typography require?

Typography uses open data APIs — no authentication required.

Setup Instructions

Connect Typography to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/typography

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Typography and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Typography will appear under Not connected — select it and click Connect to complete OAuth.
Name: Typography
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/typography
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try Typography now

No API key or third-party login required. Open the interactive dashboard and start searching in seconds.

Typography MCP Server & Skill — 4 Tools