Lucide Svg
БесплатноНе проверенAn MCP server that provides Lucide icons as SVG, allowing clients to list, search, and retrieve icons by name.
Описание
An MCP server that provides Lucide icons as SVG, allowing clients to list, search, and retrieve icons by name.
README
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).
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@latest
Claude 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 test
Run tests with coverage:
npm run test:coverage
Watch mode:
npm run test:watch
Project 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
Установка Lucide Svg
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/oli799/lucide-svg-mcpFAQ
Lucide Svg MCP бесплатный?
Да, Lucide Svg MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Lucide Svg?
Нет, Lucide Svg работает без API-ключей и переменных окружения.
Lucide Svg — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Lucide Svg в Claude Desktop, Claude Code или Cursor?
Открой Lucide Svg на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Lucide Svg with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
