Aria Icons MCP Server

340k SVG icons searchable via remote MCP for Cursor and Claude

Developer Tools MIT license Hosted / remote

Aria Icons is a Developer Tools MCP (Model Context Protocol) server: 340k SVG icons searchable via remote MCP for Cursor and Claude. It is MIT-licensed and available as a hosted endpoint, so it works with no local install. Listed on MCP Collection since September 2026.

About Aria Icons

Aria Icons is an open-source icon explorer with 340,000+ SVG icons. Search, customize, and export icons in the browser or CLI, and connect AI assistants via a remote MCP server at https://icons.leularia.com/api/mcp. npm: aria-icons.

How to connect Aria Icons to Claude, Cursor or VS Code

Aria Icons runs as a hosted remote MCP server at https://icons.leularia.com/api/mcp. Add that URL to your MCP client's config (Claude Code, Cursor, Windsurf or VS Code) and the tools appear immediately, no install required.

{
  "mcpServers": {
    "aria-icons": {
      "url": "https://icons.leularia.com/api/mcp"
    }
  }
}

Claude Code: claude mcp add --transport http aria-icons https://icons.leularia.com/api/mcp. Servers that require OAuth or an API key will prompt on first use.

Aria Icons FAQ

What is Aria Icons?

Aria Icons is a Model Context Protocol (MCP) server in the Developer Tools category. 340k SVG icons searchable via remote MCP for Cursor and Claude. MCP servers expose tools that AI assistants like Claude can call during a conversation.

How do I use Aria Icons with Claude or Cursor?

Aria Icons runs as a hosted remote MCP server at https://icons.leularia.com/api/mcp. Add that URL to your MCP client's config (Claude Code, Cursor, Windsurf or VS Code) and the tools appear immediately, no install required.

Is Aria Icons free to use?

Aria Icons is published under the MIT license, so the software itself is free to run. Hosted or API-backed servers may have their own usage tiers; check the project homepage.

Where is the source code for Aria Icons?

The source is at github.com/LeulAria/Aria-Icons.

More Developer Tools MCP servers