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.
Latest Blog Posts
- 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