heroicons-mcp
@SeeYangZhi
heroicons-mcp について
heroicons-mcp is a Model Context Protocol (MCP) server that exposes Heroicons. It allows LLMs and agentic applications to search, list, and generate usage examples of icons in React applications.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"heroicons": {
"command": "npx",
"args": [
"heroicons-mcp",
"--stdio"
]
}
}
}ツール
3Search for icons from heroicons by name or category
Get usage examples for an icon
List all icons from the heroicons library, optionally filtered by style
概要
What is heroicons-mcp?
heroicons-mcp is a Model Context Protocol (MCP) server that exposes Heroicons as resources and tools for LLMs and agentic applications. Built with Bun and the MCP TypeScript SDK, it provides access to Heroicons in Outline and Solid styles.
How to use heroicons-mcp?
Install dependencies with bun install, then run either npx heroicons-mcp for HTTP mode (defaults to port 3000) or npx heroicons-mcp --stdio for stdio mode. For integration with Claude Desktop, add the server to the mcpServers section of the Claude Desktop configuration file using the npx command or a direct path to the built entry point.
Key features of heroicons-mcp
- Exposes Heroicons as MCP resources (Outline and Solid)
- Provides
list_all_iconstool with optional style filter - Provides
search_iconstool by name or keywords - Provides
get_icon_usage_examplestool returning JSX code - Works in HTTP mode or stdio mode for MCP clients
Use cases of heroicons-mcp
- AI coding assistants searching for a specific Heroicon by name
- Generating JSX usage examples for a chosen icon
- Listing all available icons within a single style (outline or solid)
- Integrating icon access into agentic workflows via MCP clients
FAQ from heroicons-mcp
What runtime does heroicons-mcp require?
It requires Git and Bun for development, but can be run via npx (Node.js) in production.
How do I run heroicons-mcp in HTTP vs stdio mode?
Use npx heroicons-mcp for HTTP mode (default), or add --stdio for stdio mode.
How can I integrate heroicons-mcp with Claude Desktop?
Add it to your Claude Desktop config file under mcpServers using the npx command or a direct path to the built entry.js file with the --stdio flag.
What tools does heroicons-mcp expose?
It exposes three tools: list_all_icons, search_icons, and get_icon_usage_examples.
Which Heroicons styles are included?
The server includes icons in both Outline and Solid styles from Heroicons.
「その他」の他のコンテンツ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ghidraMCP
LaurieWiredMCP Server for Ghidra

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント