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 "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., "@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 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

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.Last updated114491MIT- Alicense-qualityCmaintenanceAI-powered SVG icon generation MCP server. Generate production-ready SVG icons from text descriptions with customizable styles, sizes, and themes.Last updated536MIT
- Alicense-qualityDmaintenanceAn 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.Last updatedMIT
Related MCP Connectors
Multilingual semantic SVG icon search with previews for AI coding agents. 20,000+ icons.
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
MCP server for Midjourney AI image generation and editing
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/romeldev/mdi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server