SF Symbols MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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