A minimal MCP server that searches iconfont.cn by keyword and returns icon SVGs, with pagination (10 per page).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-iconfont": {
"command": "npx",
"args": [
"-y",
"liliangshan/mcp-server-iconfont"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-iconfont npx -y liliangshan/mcp-server-iconfont
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-iconfont": {
"command": "npx",
"args": [
"-y",
"liliangshan/mcp-server-iconfont"
]
}
}
}