mcp-lordicon

CaseyRo/mcp-lordicon
★ 0 stars Python 🔌 API Integration Updated today
MCP server wrapping the Lordicon REST API — search animated icons by concept, receive paste-ready embed snippets (web-component + React Player) in the same response. Part of the CDIT MCP fleet.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-lordicon": {
      "command": "uvx",
      "args": [
        "mcp-lordicon"
      ]
    }
  }
}

Or install with pip: pip install mcp-lordicon