Design
pixelarticons.com
MCP server for searching Pixelarticons icons, retrieving icon details, listing categories, and providing usage guides.
ENDPOINT 1
https://pixelarticons.com/mcp
MCP server metadata
- Name
- pixelarticons
- Version
- 1.0.0
Pixelarticons is a pixel art icon library: icons drawn on a strict 24x24 pixel grid in four styles (base, sharp, glyph, solid). Use search_icons to find icons by keyword, get_icon to read one icon (with its SVG source when the icon is free), list_categories for the 18 categories and get_usage_guide for install, sizing and license rules. Free icons are MIT licensed and ship in the npm package "pixelarticons". Pro icons need a one-time license from https://pixelarticons.com/pricing/ and are unlocked with "npx pixelarticons upgrade --key=<key>"; this server never returns Pro SVG source. Render icons at multiples of 24px (12, 24, 48, 72, 96) and do not edit the path data.
Known tools 6
get_iconGet one icon by name: title, description, category, keywords, available styles, free or Pro status, page URL and how to use it in code.
Inferred read-onlylist_categoriesList the icon categories with their slug, label, icon count and page URL.
Inferred read-onlyget_usage_guideThe 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.
Potential side effectsfetchFetch the full record of one icon by its id (the icon name), including description, styles, license status and the SVG source for free icons.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.