Iconfont

Provides icon font assets via the MCP protocol for easy integration into your apps.
  • javascript

1

GitHub Stars

javascript

Language

6 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "zys8119-iconfont-mcp": {
      "command": "npx",
      "args": [
        "iconfont-mcp"
      ]
    }
  }
}

Iconfont MCP is a small server that uses the MCP protocol to download and provide icon font assets on demand. It helps you access icon resources efficiently by delegating the fetch and caching to a dedicated MCP-based service.

How to use

You connect your MCP client to the Iconfont MCP server to fetch icon font assets. Use it as a standard MCP endpoint to request icon sets, then consume the results in your application or build process. The server is designed to run locally or alongside your development tooling, simplifying asset retrieval and reducing manual download steps.

How to install

Prerequisites you need before installation are Node.js and npm (or npx). Ensure Node.js is installed on your system by checking the versions.

Install and run the Iconfont MCP client locally using a simple one-liner.

Then configure your MCP client to use the Iconfont MCP server as described in the next section.

Notes

To run the server locally, you use the following runtime command from your terminal.

Available tools

iconfont-mcp

Iconfont MCP server client that downloads icon font assets via the MCP protocol.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Iconfont MCP Server - zys8119/iconfont-mcp | VeilStrat