Svg/icons MCP
Enables AI coding tools to search, inspect, recommend, and export SVG icons from svgicons.com for use in design systems, frontend projects, and AI-assisted workflows.
README
Svg/icons MCP
svgicons.com is a developer-focused SVG icon platform for searching icons, inspecting icon metadata, exploring icon sets, building icon workflows, and integrating icons into design systems, frontend projects, and AI-assisted coding workflows.
Svg/icons MCP helps MCP-compatible AI coding tools search icons, inspect icon sets, recommend icon choices, export assets, and prepare Icon Collection workflows through the hosted svgicons.com MCP endpoint.
Endpoint:
https://svgicons.com/mcp
Version: 0.1.0
This repository documents hosted MCP workflows for svgicons.com. The endpoint is remote MCP over HTTP JSON-RPC, separate from the Svg/icons REST API, and not OpenAPI. This repo does not provide a local stdio server or a local Svg/icons MCP server package.
What This Repo Contains
- Hosted MCP endpoint setup
- Client configuration guidance
- Live tool reference
- Prompting guidance
- Example workflow documentation
- Security guidance
- Troubleshooting
- Relationship to the REST API and CLI repos
- Community use case templates
Authentication and Pro Plan access
The hosted endpoint supports these access patterns:
- Anonymous metadata-only access for limited discovery and metadata workflows.
- OAuth with Dynamic Client Registration and PKCE where the MCP client supports it.
Authorization: Bearer ...header tokens for supported developer, CLI, and Codex-style clients.
Do not assume every tool is available anonymously. Many useful workflows require authentication, and some tools or workflows may require an svgicons.com account and/or Pro Plan access. Pro/account-gated workflows can include PNG export, icon kit creation, generated project icon kits, icon collection export, raw SVG access, or other account features depending on permissions.
Do not paste tokens into prompts, issues, screenshots, commits, or public repos. If access is denied, check authentication, account permissions, and Pro Plan access.
Live MCP Tools
The hosted endpoint exposes exactly these live MCP tools:
search_iconssearch_icon_setsget_iconexport_icon_pngrecommend_icons_for_uicreate_icon_kitgenerate_icon_kit_for_projectexport_icon_collection
See docs/TOOLS.md for verified input fields, output notes, access expectations, and safe prompt examples.
Client Setup
Use https://svgicons.com/mcp when your client supports hosted remote MCP over HTTP JSON-RPC.
For ChatGPT and Codex-style setup, use OAuth where supported or a private bearer-token configuration where the client supports it. The current svgicons.com setup docs are the source of truth for client-specific steps:
Config and setup docs:
- Config index
- ChatGPT and Codex setup
- Codex example
- Client setup overview
- Authentication
- Troubleshooting
Prompt Library
The prompt library includes copyable workflows for search, React components, dashboard navigation, emoji replacement, accessibility review, themeable icons, design-system review, Icon Collections, and PNG export.
Start with search icons, then move to code or export prompts only after reviewing the tool calls and selected icons.
Examples And Use Cases
- Examples show practical hosted MCP workflows. They are documentation examples, not runnable local MCP server apps.
- Community use cases explain how to share workflows safely.
- Use-case template provides a reusable submission format.
- GitHub issue templates support use cases, setup help, feedback, and bug reports.
Sample use cases are marked as examples, not real customer submissions. Review generated SVG and code before committing changes.
Validation
Run local checks before proposing changes:
npm ci
npm run validate
CI runs the same validation without live MCP calls, auth tokens, publishing, or deployment.
Related Repos And Docs
- Website MCP developer page: https://svgicons.com/developers/mcp
- MCP server docs: https://svgicons.com/docs/mcp-server
- ChatGPT and Codex setup docs: https://svgicons.com/docs/chatgpt-codex-mcp-setup
- REST API repo: https://github.com/svgicons-com/api
- CLI repo: https://github.com/svgicons-com/cli
Repo roles:
- MCP repo: AI coding tool workflows, hosted MCP setup, prompts, examples, security notes, and troubleshooting.
- API repo: REST API, OpenAPI, SDK, examples, and direct programmatic integration.
- CLI repo: terminal workflows, export automation, and project commands.
Security Summary
- Do not paste tokens into public prompts, issues, screenshots, commits, or repos.
- Use OAuth where supported by the MCP client.
- Use bearer tokens only in supported clients and keep them private.
- Review tool calls before approval.
- Review AI-generated SVG and code before committing.
- Treat SVG insertion as code and content insertion.
See SECURITY.md and docs/SECURITY.md.
Start Here
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.