lucide-icons-mcp
Verified Safeby SeeYangZhi
Overview
Provides a Model Context Protocol (MCP) server to expose Lucide React icons as resources and tools for Large Language Models (LLMs) and agentic applications.
Installation
npx lucide-icons-mcpEnvironment Variables
- PORT
Security Notes
The server uses `zod` for schema validation of tool inputs, which is a good security practice. HTTP request handling isolates requests to prevent collisions. The web scraping (crawling) component runs as a build-time script, not directly exposed to runtime user input, reducing runtime attack surface. No obvious direct `eval` calls or hardcoded secrets for runtime operation are present.
Similar Servers
mcp-use
A comprehensive framework for building full-stack Model Context Protocol (MCP) applications, including AI agents, MCP servers with UI widgets, and integrated debugging tools in both Python and TypeScript.
mcp
An MCP server providing a set of mathematical tools (calculator functions) for remote execution via the Model Context Protocol.
mcp-agent-starter-kit
A starter kit for building custom AI agents using the Model Context Protocol (MCP) to connect real-world tools with Large Language Models (LLMs).
mcpac
Empowers AI agents to interact with Model Context Protocol (MCP) servers by generating type-safe TypeScript/JavaScript interfaces for their tools and providing a secure execution environment.