lucide-svg-mcp
Provides tools to list, search, and retrieve Lucide icons as SVG.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lucide-svg-mcpsearch for a sun icon"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lucide-svg-mcp
An MCP server that provides Lucide icons as SVG.
This server lets MCP clients (for example Claude, Cline, or Codex) easily:
list all icons,
search icons by name or keywords,
retrieve the full SVG source of a specific icon.
Features
Uses icons from the
lucide-staticnpm package.Tools:
list_iconssearch_iconsretrieve_icon
Built-in caching for faster performance:
icon name cache,
icon file path cache,
SVG content cache.
Verbose error messages when input is invalid or an icon cannot be resolved.
Covered by tests (
vitest).
Related MCP server: Lucide Icons MCP
Requirements
Node.js 18+
npm
Running
The server uses stdio MCP transport, so your MCP client should launch it with:
npx -y lucide-svg-mcp@latestClaude Code example
{
"mcpServers": {
"lucide-svg": {
"command": "npx",
"args": ["-y", "lucide-svg-mcp@latest"]
}
}
}Cursor example
{
"mcpServers": {
"lucide-svg": {
"command": "npx",
"args": ["-y", "lucide-svg-mcp@latest"]
}
}
}Codex-style TOML example:
[mcp_servers.lucide-svg]
command = "npx"
args = ["-y", "lucide-svg-mcp@latest"]Available Tools
list_icons
Description: lists available Lucide icons with pagination.
Input:
limit(optional): max icons per page, default100, max1000offset(optional): zero-based start index, default0
Response includes pagination metadata:
total: total number of iconscount: icon count in this pagelimitoffsethasMorenextOffset
search_icons
Description: searches Lucide icons by name or keywords.
Input:
query(required): search text
retrieve_icon
Description: retrieves the full SVG source for an icon.
Input:
name(required): icon name (for examplealarm-clock)
Development
Run tests:
npm testRun tests with coverage:
npm run test:coverageWatch mode:
npm run test:watchProject Structure
index.js: CLI bootstrap entrypoint.src/server.js: MCP server creation and tool registration.src/icons.js: icon logic, search, retrieve, caching.tests/icons.unit.test.mjs: unit tests.tests/server.integration.test.mjs: MCP server integration tests.tests/index.bootstrap.test.mjs: CLI/bootstrap behavior tests.
License
Project: MIT
Lucide: ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server that allows FE/UI/Designers to retrieve SVG icons via the Iconify API by simply asking LLMs rather than manually searching websites.Last updated31044MIT
- TypeScriptMIT
- AlicenseBqualityDmaintenanceHugeicons MCP Server is a TypeScript based server that provides integrated tools and resources for the Hugeicons icon library, supporting icon search, retrieval, and usage guides for multiple platforms.Last updated52Apache 2.0
- Flicense-qualityDmaintenanceAn MCP server that provides Claude with direct access to local Nucleo icon libraries for searching, previewing, and exporting icons. It enables users to retrieve raw SVG source code, generate PNG previews, and export icons as vector PDFs directly from the Nucleo SQLite database.Last updated7
Related MCP Connectors
MCP server for accessing curated awesome list documentation
MCP server for doc2mcp documentation, generated by doc2mcp.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oli799/lucide-svg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server