Font MCP
Generates CSS configuration snippets for setting up fonts on a project.
Discovers font files via GitHub raw file patterns and repositories to assist in font file retrieval.
Discovers font files via GitLab repositories as part of multi-strategy font hunting.
Provides an optional fallback to Google Fonts when free fonts are allowed in configuration.
Searches Reddit communities (e.g., r/typography) for real-world font usage examples and expert recommendations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Font MCPrecommend a font pairing for a tech startup landing page"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Font MCP
An expert design advisor MCP server that finds, pairs, and sets up the best fonts for your project.
Font MCP doesn't just list fonts — it researches live discussions (Reddit, Typewolf), scans your project files for "vibe", and automatically hunts down font files for your setup.
Table of Contents
Related MCP server: conductor-figma
Quick Start
OpenCode
Tell OpenCode:
fetch and follow instructions from https://raw.githubusercontent.com/Microck/font-mcp/master/.opencode/INSTALL.mdCodex
Tell Codex:
fetch and follow instructions from https://raw.githubusercontent.com/Microck/font-mcp/master/.codex/INSTALL.mdFeatures
Live Research — Searches Reddit (r/typography, r/web_design) and design archives (Typewolf, FontsInUse) for real-world usage examples and expert recommendations.
Project Scanning — Analyzes your
package.jsonand config files to detect your project's "vibe" and technical stack automatically.Steal This Look — Scans any website URL to identify what fonts they are using and whether they're paid or free.
Auto-Setup — Generates Tailwind or CSS configuration and automatically downloads font files.
Font Hunter v2 — Exhaustive search engine that tries GitHub, GitLab, VK, Archive.org, and open directories to find your font files.
No-Free Fallback — Strictly stays on S-tier/paid fonts unless you explicitly enable free fallback in config.
Installation
Prerequisites
Node.js 18+
npm or your preferred package manager
Build from Source
git clone https://github.com/Microck/font-mcp.git
cd font-mcp
npm install
npm run buildDevelopment
npm run devUsage
Tools Reference
Tool | Description |
| Get recommendations based on a vibe or description |
| Auto-detect vibe from your project path and recommend fonts |
| Reverse-engineer the typography of any website URL |
| Generate setup code and download font files automatically |
consult_font_expert
Get expert font recommendations based on a vibe, project type, or visual description. Uses live research from Reddit, Typewolf, and FontsInUse.
Parameters:
Parameter | Type | Required | Description |
| string | Yes | Description of the project or aesthetic (e.g., |
| boolean | No | Whether to include paid/commercial fonts (default: |
analyze_project_and_recommend
Scans the project directory (package.json, config files) to automatically detect the "vibe" and recommend suitable fonts.
Parameters:
Parameter | Type | Required | Description |
| string | Yes | Absolute path to the project root |
| boolean | No | Whether to include paid/commercial fonts (default: |
analyze_website
Analyze a live website URL to identify which fonts it uses ("Steal this look").
Parameters:
Parameter | Type | Required | Description |
| string | Yes | The website URL to analyze |
setup_font_config
Generate CSS or Tailwind configuration and setup instructions for a specific font. Automatically attempts to download the font files for testing purposes (assuming you have a valid license).
Parameters:
Parameter | Type | Required | Description |
| string | Yes | Name of the font |
| boolean | Yes | Whether this is a paid font |
| string | No | Output format: |
Example
{
"name": "setup_font_config",
"arguments": {
"font_name": "Helvetica Now",
"is_paid": true,
"type": "tailwind"
}
}Font Hunter Logic
The tool assumes you own a valid license for any commercial font. It uses multiple strategies to locate files:
Direct CDN / GitHub raw patterns.
Community sharing hubs (VK, Telegram indices).
Open directory dorking (Google/browser search).
Last resort: Writes a
HUNTING_INSTRUCTIONS.txtwith specific search queries if auto-download fails.
Configuration
You can tweak the behavior in your MCP config:
Option | Type | Default | Description |
| number |
| Number of download strategies to try |
| number |
| Timeout in milliseconds for each font download request |
| string |
| Directory where downloaded font files and hunt artifacts are written |
| boolean |
| Set to |
How It Works
┌─────────────────┐ ┌──────────────┐ ┌──────────────────┐
│ AI Agent │────▶│ Font MCP │────▶│ Research Service │
│ (MCP Client) │ │ Server │ │ (Reddit, Typewolf)│
└─────────────────┘ └──────┬───────┘ └──────────────────┘
│
┌──────────┼──────────┐
▼ ▼ ▼
┌──────────┐ ┌──────────┐ ┌──────────┐
│ Project │ │ Web │ │ Font │
│ Scanner │ │ Detector │ │ Hunter │
└──────────┘ └──────────┘ └──────────┘ResearchService — Queries Reddit, Typewolf, and FontsInUse for live font recommendations.
ProjectScannerService — Reads
package.jsonand config files to detect project vibe and tech stack.WebFontDetectorService — Scrapes websites to identify font families in use.
ConfigGeneratorService — Produces Tailwind or vanilla CSS configuration snippets.
FontHunterService — Multi-strategy font file downloader (CDN, GitHub, community hubs, open directories).
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Microck/font-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server