Skip to main content
Glama
svgicons-com

Svg/icons MCP

Official
by svgicons-com

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.

See docs/AUTHENTICATION.md.

Live MCP Tools

The hosted endpoint exposes exactly these live MCP tools:

  • search_icons

  • search_icon_sets

  • get_icon

  • export_icon_png

  • recommend_icons_for_ui

  • create_icon_kit

  • generate_icon_kit_for_project

  • export_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:

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

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.

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.

See docs/API_RELATIONSHIP.md.

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

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/svgicons-com/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server