Skip to main content
Glama
romeldev

mdi-mcp-server

by romeldev

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

search_icons

Busca iconos por nombre, alias o keyword

get_icon_by_name

Obtiene detalle completo de un icono

list_categories

Lista todas las categorías disponibles

list_icons_by_category

Lista iconos de una categoría específica

suggest_icons_by_concept

Sugiere iconos según un concepto o caso de uso

Related MCP server: RemixIcon MCP

Resources

URI

Descripción

mdi://icons/{name}

Detalle de un icono específico

mdi://categories

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-server

Ejemplos

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 publish
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    An 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 updated
    1
    144
    91
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    AI-powered SVG icon generation MCP server. Generate production-ready SVG icons from text descriptions with customizable styles, sizes, and themes.
    Last updated
    53
    6
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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