Icons8 logo

Icons8

Organization
icons8

Massive icon packs for vibe-coding

Publishericons8
Repositoryicons8-mcp
Forks
1
Stars
14
Available tools
4
Transport typestreamable-http
Categories
Links
  • Connect tools to AI workflows

    Icons8 exposes MCP capabilities that can be used by compatible AI clients and agents.

  • 4 available tools

    Browse the callable actions below, including names and descriptions when provided by the server.

  • Ready-to-copy setup

    Use the installation snippets to configure this server in your preferred MCP client.

  • Open source signals

    14 stars and 1 forks from the linked repository.

Icons8 MCP server

Icons8 MCP Server gives AI coding environments instant access to 420,000+ Icons8 icons across 132 design styles. Connect your Claude, Cursor, Windsurf, VS Code, or any MCP host, sign in once, and stream high-res PNGs for free or unlock full SVG delivery with a paid plan—ideal for prototyping, production code, and rapid UI experiments.

Use cases

  • Replace entire icon sets in existing projects with consistent, on-trend styles.
  • Add icons to bullet lists, feature highlights, process steps, and dashboards without leaving your IDE.
  • Prototype quickly with free PNG previews, then upgrade to SVGs for production-ready assets.
  • Build AI-assisted workflows that search, preview, and drop icons directly into your code.
  • Showcase interactivity with ready-made demos such as falling emojis, sci-fi dashboards, and product catalogs.

How it works

The Icons8 MCP endpoint is hosted at https://mcp.icons8.com/mcp/ and speaks the MCP Streamable HTTP transport. Your client connects to it directly—there is no local process to install and nothing to run alongside your editor.

Prerequisites

  1. An MCP-compatible editor or agent host (Claude Code, Cursor, Windsurf, VS Code, etc.).
  2. An Icons8 account. The server authenticates with OAuth, so the first connection opens a browser and asks you to sign in.

Step 1: connect

One configuration covers everything. Point your client at the endpoint:

json
{
  "mcpServers": {
    "icons8mcp": {
      "type": "http",
      "url": "https://mcp.icons8.com/mcp/"
    }
  }
}

Sign in when the browser opens, and search plus high-res PNG work from there. Four tools appear: search_icons, list_categories, list_platforms and get_icon_png_url.

Step 2: unlock SVG when you need it

SVG is the production format, and it comes with a paid plan. Subscribe for $15 and the account you already signed in with carries the plan—there is no second server to add and no second configuration to swap in. A fifth tool, get_icon_svg, joins the other four.

If your agent still hands back PNG, sign in again so it picks up the new plan: /mcp in Claude Code, codex mcp login icons8mcp in Codex, Connect in Cursor.

A client without OAuth

Send an API key instead. The MCP tab of your Icons8 account has the snippet with your key already in it, or add the header by hand:

json
{
  "mcpServers": {
    "icons8mcp": {
      "type": "http",
      "url": "https://mcp.icons8.com/mcp/",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

A key skips the browser entirely, which is also what you want on a build server or in CI, where nobody is around to sign in. Set this up with a key before? Leave it alone—it still works.

Configure your client

Claude Code

  1. Open a terminal and run:
    bash
    claude mcp add --transport http icons8mcp https://mcp.icons8.com/mcp/
  2. Verify the server is registered, and sign in with /mcp:
    bash
    claude mcp list
    Before you sign in the status reads Needs authentication—that means the endpoint answered, not that the setup is wrong.

Codex

  1. Add the server and sign in:
    bash
    codex mcp add icons8mcp --url https://mcp.icons8.com/mcp/
    codex mcp login icons8mcp

Cursor

  1. Cursor → Settings → Cursor Settings → MCP tab.
  2. Click + Add new global MCP server.
  3. Paste the JSON from Step 1, then click Connect to sign in.

Windsurf

  1. Windsurf → Settings → Windsurf Settings → MCP section.
  2. Manage plugins → View raw config.
  3. Paste the JSON configuration and save.

VS Code (agent mode)

  1. Code → Settings → Settings → search for "MCP".
  2. Choose Edit in settings.json.
  3. Add the JSON configuration.
  4. Open the chat toolbar (⌥⌘B), switch to Agent mode, and look for tools under MCP Server: Icons8 MCP. Restart VS Code if tools do not appear immediately.

Any other MCP host Use the same JSON from Step 1. Where the host supports OAuth it will walk you through signing in; if it does not, add the Authorization header shown above. Consult your host documentation for where to paste MCP server settings.

Hosts label this transport differently—http, streamable-http, or, in clients that predate the rename, SSE. They all mean the same remote endpoint over HTTP, so pick whichever of those your host offers and give it the URL above.

Start building with icons

Ask your AI assistant for the icons you need, e.g. “create a dashboard with analytics SVG icons in color style” or “add MCP server icon SVG in iOS glyph style.” Explore the live demos below for inspiration, and review the FAQ if something doesn’t work as expected.


Live demos


FAQ

My client says the server needs authentication. Is something broken?
No—that is the normal state before you sign in. The endpoint answered; it is waiting for you. Sign in with /mcp in Claude Code, codex mcp login icons8mcp in Codex, or Connect in Cursor.

How do I get SVG icons specifically?
Include an explicit request for SVG icons in your prompt, and make sure the connection carries a paid plan—either the account you signed in with, or the API key in the Authorization header.

What formats are available?
PNG works on every plan. SVG downloads require a paid plan.

Can I download PNG icons for free?
Yes. High-res PNG is free once you have signed in; no paid plan and no API key needed.

What are the license terms for the free plan?
Free PNG usage requires attribution with a link back to Icons8. Review the Icons8 license for full details.

Do I need an API key?
Only where your client cannot do OAuth, or on a build server where nobody is around to sign in. Everywhere else, signing in replaces the key—and it is the account, not the key, that carries your plan.

I requested SVG but received PNG. What happened?
get_icon_svg appears only when the connection is on a paid plan, so the agent fell back to PNG. If you subscribed after connecting, sign in again to pick up the new plan, then ask with an explicit SVG request.

Do I still need Node.js or npx mcp-remote?
No. The server speaks Streamable HTTP, so your client connects to it directly. If you have an older npx mcp-remote configuration it keeps working, but you can replace it with the plain URL above.

Can I download icons in batches?
Batch downloads are in progress—stay tuned.

Need help?
Check the setup steps above or chat with us.


More from Icons8

Icons are just the start — Icons8 also has 110,000+ illustrations in 346 styles (3D Casual Life, Cherry, 3D Stickle) and Mega Creator for full graphics.

Credits

Installation

TypingMind
{
  "mcpServers": {
    "icons8mcp": {
      "url": "https://mcp.icons8.com/mcp/"
    }
  }
}

Available Tools

  • search_icons

    $2d

  • list_categories

    List all available icon categories.

    Args: ctx: MCP context for API access limit: Maximum number of results to return (default: 10) page: Page number for pagination (default: 1)

    Returns: List of icon categories with subcategories

  • list_platforms

    List all available icon platforms/styles.

    Args: ctx: MCP context for API access limit: Maximum number of results to return (default: 100) page: Page number for pagination (default: 1)

    Returns: List of icon platforms/styles

  • get_icon_png_url

    Get a PNG URL for an icon by its ID - use when SVG is not available. NOTE: SVG format is preferred for Icons8 icons when possible (use get_icon_svg).

    Args: icon_id: The unique identifier of the icon ctx: MCP context for API access size: The preview image size in pixels (default: 24)

    Returns: Dictionary containing the PNG preview URL

Use Icons8 MCP with multiple AI models

TypingMind connects MCP tools at the workspace level, so once Icons8 is connected, you can use it with different AI models in TypingMind instead of setting it up separately for each model. This MCP connects through a hosted MCP server URL in TypingMind.

Add an MCP server URL

Use this when Icons8 is already hosted remotely or your team wants one shared connector that multiple users can access.

1

Open MCP connectors

In TypingMind, go to Plugins, open MCP connectors, then choose Add URL.

  1. Open TypingMind in your browser.
  2. Go to Plugins.
  3. Open MCP connectors.
  4. Click Add URL.
TypingMind Add Custom MCP Server URL form
2

Paste the server URL

Enter https://mcp.icons8.com/mcp/ in the Server URL field. Add a connection name, description, icon, custom HTTP headers, or OAuth client settings if the server requires them.

  1. Paste https://mcp.icons8.com/mcp/ into the Server URL field.
  2. Enter a connection name for Icons8.
  3. Add a description and icon if you want it to be easier to identify.
  4. Add custom HTTP headers or OAuth client details if the server requires authentication.
3

Create the connection

Click Create connection, then return to the Plugins list and confirm the new MCP connection is active.

  1. Click Create connection.
  2. Return to the MCP connectors list.
  3. Confirm the Icons8 connection appears as active.
  4. Refresh the plugin list if the connection does not appear immediately.
4

Switch models without reconnecting

Start a chat with your preferred model, enable the Icons8 tools from Plugins, and switch to another model whenever needed. The MCP connection stays available to the TypingMind workspace.

  1. Start a new chat in TypingMind.
  2. Select the AI model you want to use.
  3. Enable the Icons8 tools from Plugins.
  4. Ask the model to use the tool when needed.
  5. Switch to another AI model and reuse the same MCP connection.
TypingMind chat using enabled MCP tools with a selected AI model
Can you use Icons8 to help me with this task?
Icons8
Sure. I read it.
Here is what I found using Icons8.

Frequently asked questions

What is the Icons8 MCP server used for?

Icons8 is an MCP server that lets compatible AI clients connect to external tools and context. In TypingMind, you can add this MCP server once and make its tools available in your AI workspace.

Can I use Icons8 MCP with multiple AI models in TypingMind?

Yes. TypingMind connects MCP tools at the workspace level, so you can use Icons8 with different AI models such as Claude, ChatGPT, Gemini, or other models you have configured in TypingMind without setting up the MCP server separately for each model.

Why use Icons8 MCP with TypingMind?

TypingMind is one of the best frontends for LLM chat because it brings multiple AI models, prompts, plugins, AI agents, API keys, and MCP tools into one workspace. With Icons8 connected, you can use its MCP tools across your preferred models while keeping your chat workflow organized in TypingMind.

How do I connect Icons8 MCP to TypingMind?

Icons8 can be connected in TypingMind by adding its hosted MCP server URL. This is useful when you want a remote MCP connection that is available from your TypingMind workspace.

What tools does Icons8 MCP provide in TypingMind?

Icons8 exposes 4 MCP tools that can be enabled from the TypingMind Plugins page and used in chat or assigned to AI agents.

Do I need to share my API keys with TypingMind to use Icons8 MCP?

No. TypingMind is local-first and lets you keep your model providers, API keys, prompts, and MCP configuration under your control. If Icons8 requires authentication, add the required headers, OAuth settings, or local configuration for that MCP server when you create the connection.

Related MCP Servers

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇