MCP server for Lucide Icons — search docs, props, and code examples from any AI coding assistant
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"lucide-icons-mcp-ser": {
"command": "npx",
"args": [
"-y",
"matracey/lucide-icons-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add lucide-icons-mcp-ser npx -y matracey/lucide-icons-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"lucide-icons-mcp-ser": {
"command": "npx",
"args": [
"-y",
"matracey/lucide-icons-mcp-server"
]
}
}
}