Icons8 MCP server
Get access to MCP server SVG and MCP server PNG icons in your vibe-coding projects
Ads
Overview
422,674 SVG and PNG icons in 130 styles, straight into the AI editor you already use Huge icon packs, up to 40,000 icons in one style Replace all icons in the project with trendy ones Add icons to all bullet lists and feature blocks, - Claude Code, Codex, Cursor, Windsurf, VS Code, or a similar AI coding tool - Node.js for the plugin route in Claude Code and Codex: the bundled server runs through npx mcp-remote. The manual configs for Cursor, Windsurf and VS Code speak HTTP directly, so they need nothing to install
Installation
/plugin marketplace add icons8/agent-skills
Configuration
{ "mcpServers": { "icons8mcp-svg": { "type": "http", "url": "https://mcp.icons8.com/mcp/", "headers": { "Authorization": "Bearer YOUR\_API\_KEY" } }Capabilities
- Search icons
Ask for icons by keyword and style, with PNG previews, using the catalog exposed by the MCP server.
- Get SVG icons
Request production-ready SVG for any icon in a chosen style via `get_icon_svg` (requires an API key).
- Maintain style consistency
Have the assistant save a project's icon style to `icons8.json` so future sessions reuse it automatically.
- Replace icons in bulk
Instruct the assistant to swap all icons in a project to a different style, preserving sizes.
- Add icons to UI blocks
Ask for icons to be inserted into feature blocks or bullet lists at a specified pixel size.
Tags
- icon-generation
- design
- svg
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.