Back to Home
lasaths icon

phosphor-icons-mcp

Verified Safe

by lasaths

Overview

This server provides a Model Context Protocol interface to access, search, and customize Phosphor Icons, offering various weights, colors, sizes, and implementation guidance for frontend development.

Installation

Run Command
node dist/index.js

Security Notes

The server fetches icons from a trusted GitHub repository and uses `zod` for input validation, which is good. Image processing is handled by `sharp`. The `saveToFile` and `saveDir` parameters in `get-icon` allow writing files to the local filesystem. While `path.resolve` and `path.dirname` are used to mitigate path traversal, and icon names are sanitized, any direct filesystem write from user input carries inherent risk if not perfectly secured. However, given the sanitization and path resolution, the immediate risk is low. No `eval` or blatant code injection vulnerabilities were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-21

Tags

iconssvgdesign systemfrontendimage processing