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
๐ Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

Peekaboo MCP โ lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments