MCP SVG to Font
@omy13
About MCP SVG to Font
🎨 MCP Server that converts SVG icons into web fonts with CSS and TypeScript support. Generate icon fonts from directories of SVG files.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-svg-to-fonts": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"npx",
"tsx",
"src/main.ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP SVG to Font?
MCP SVG to Font is a Model Context Protocol (MCP) server that converts SVG icons into multiple font formats (TTF, WOFF, WOFF2) and generates CSS and TypeScript definitions. It is designed for developers and AI agents who need to create, extend, or manage icon fonts while preserving backward compatibility.
How to use MCP SVG to Font?
Install Node.js 20.x+ and pnpm 10.x+, clone the repository, run pnpm install and pnpm build. Configure your MCP client (e.g., Claude Desktop) with the command npx tsx src/main.ts for development or node ./dist/main.js for production. Use the tools list-svgs, generate-font-from-svgs, extend-existing-font, or extend-font-advanced to scan directories, create fonts, or extend existing ones.
Key features of MCP SVG to Font
- Converts SVG icons to TTF, WOFF, and WOFF2 formats.
- Generates CSS with font-face declarations and icon classes.
- Creates TypeScript type definitions for type-safe usage.
- Extends existing fonts with new icons while preserving backward compatibility.
- Extracts glyphs from TTF files without requiring original SVGs.
- Fully compatible with MCP for AI agent integration.
Use cases of MCP SVG to Font
- Creating a new custom icon system from a set of SVG files.
- Adding new icons to an existing icon font while keeping all current icons intact.
- Extending a third-party or legacy icon font when original SVG sources are unavailable.
FAQ from MCP SVG to Font
What font formats does MCP SVG to Font generate?
It can generate TTF, WOFF, and WOFF2 font files.
What are the prerequisites to run MCP SVG to Font?
Node.js version 20.x or later and pnpm version 10.x or later are required.
How does extend-font-advanced differ from extend-existing-font?
extend-existing-font requires the original SVG files, while extend-font-advanced extracts glyphs directly from the TTF file, meaning original SVGs are not needed.
Does extending a font break existing projects?
No, both extension methods guarantee 100% backward compatibility—existing icons keep their Unicode values, so existing code continues to work without changes.
What transport does MCP SVG to Font use for communication?
It is configured via MCP client settings using a command and args, running as a subprocess (standard stdio-based MCP transport).
More Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments