INDIVIDUAL MCP TOOL
get_icon
Get one icon by name: title, description, category, keywords, available styles, free or Pro status, page URL and how to use it in code.
LIVE ENDPOINT
https://pixelarticons.com/mcp
Connect to this endpoint to inspect the live schema for get_icon and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pixelarticons]
url = "https://pixelarticons.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pixelarticons": {
"type": "http",
"url": "https://pixelarticons.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pixelarticons
Remote MCP URL: https://pixelarticons.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pixelarticons": {
"url": "https://pixelarticons.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pixelarticons": {
"type": "http",
"url": "https://pixelarticons.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pixelarticons",
"transport": "streamable-http",
"url": "https://pixelarticons.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_icons— Search the Pixelarticons catalog by keyword.list_categories— List the icon categories with their slug, label, icon count and page URL.get_usage_guide— The Pixelarticons guide for coding agents: install, React and raw SVG usage, sizing rules, the free icon names and how a Pro license is applied with the npm upgrade command.search— Search Pixelarticons icons by keyword.fetch— Fetch the full record of one icon by its id (the icon name), including description, styles, license status and the SVG source for free icons.