mdi-mcp-server
Provides tools for searching and retrieving Material Design Icons by name, alias, category, or concept, enabling AI agents to find icons programmatically.
Click on "Deploy 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., "@mdi-mcp-serverfind icons related to user account"
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.
mdi-mcp-server
MCP (Model Context Protocol) server for searching Material Design Icons (MDI). Agents de IA pueden buscar iconos por nombre, alias, categoría o concepto directamente desde su cliente MCP.
Tools
Tool | Descripción |
| Busca iconos por nombre, alias o keyword |
| Obtiene detalle completo de un icono |
| Lista todas las categorías disponibles |
| Lista iconos de una categoría específica |
| Sugiere iconos según un concepto o caso de uso |
Related MCP server: RemixIcon MCP
Resources
URI | Descripción |
| Detalle de un icono específico |
| Lista de categorías |
Uso
Con npx (recomendado)
{
"mcpServers": {
"mdi-icons": {
"command": "npx",
"args": ["-y", "mdi-mcp-server"]
}
}
}Local (tras clonar)
npm install
npm run build
npm link
mdi-mcp-serverEjemplos
search_icons(query: "patient", limit: 5)
→ account-injury, account-injury-outline, bed, bed-empty, ...
suggest_icons_by_concept(concept: "medical hospital", limit: 5)
→ hospital-box, hospital-marker, hospital, hospital-building, ...
get_icon_by_name(name: "account-circle")
→ Codepoint, Aliases: user-circle, person-circle, Tags: Account / User
list_categories()
→ 59 categorías: Home Automation, Medical / Hospital, Account / User, ...
list_icons_by_category(category: "Medical / Hospital", limit: 5)
→ account-heart, account-heart-outline, account-injury, ...Fuente de datos
Los metadatos se obtienen del repositorio oficial de MDI e incluyen ~7200 iconos con nombre, codepoint, aliases, tags y estado de deprecated.
Publicar
npm login
npm publishThis server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for building and testing AI agents with multi-model experimentation and insights.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Search and install 4,000+ security-scanned MCP servers from inside any MCP-aware AI client.
Capability registry for the agentic economy. Semantic search over verified MCP server listings.
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.317 npm4MIT

RemixIcon MCPofficial
AlicenseAqualityCmaintenanceAn MCP server that enables users to search the Remix Icon catalog by mapping keywords to icon metadata using a high-performance local index. It returns the top five most relevant icon matches with categories and tags to streamline icon selection for design and development tasks.138 npm93MIT- AlicenseNot gradedqualityCmaintenanceAI-powered SVG icon generation MCP server. Generate production-ready SVG icons from text descriptions with customizable styles, sizes, and themes.45 npm6MIT
- AlicenseAqualityDmaintenanceAn MCP server that allows AI agents to search, preview, and generate embed code for Lordicon animated icons. It provides tools for browsing icon families and generating ready-to-use snippets in HTML, React, and web component formats.4MIT