Skip to main content
Glama
ygrec-app

SF Symbols MCP

by ygrec-app

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_symbolsA

Search for SF Symbol names by name or keyword.

Args: query: Search term (e.g. "star", "circle", "arrow", "weather", "music")

Returns: JSON with matching symbol names and count.

get_symbol_infoA

Get information about a specific SF Symbol.

Args: name: Exact SF Symbol name (e.g. "star.fill", "circle", "arrow.right")

Returns: JSON with symbol availability, related symbols, and renderability.

export_symbolA

Export an SF Symbol as SVG with vector paths.

Args: name: SF Symbol name (e.g. "star.fill", "circle", "chevron.right") weight: Font weight — ultralight, thin, light, regular, medium, semibold, bold, heavy, black size: Point size for rendering (default 100) output_path: Optional file path to save the SVG. If not provided, returns SVG content. raw_coords: If True, output raw CoreGraphics coordinates (Y-up) instead of standard SVG (Y-down). Use this for design tools like Pencil that use Y-up coordinate systems.

Returns: SVG content or confirmation of file save.

list_symbolsA

List available SF Symbol names.

Args: limit: Maximum number of symbols to return (default 100)

Returns: JSON with total count and symbol names.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/ygrec-app/sf-symbols-mcp'

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