@vrex-studio/icons
v0.1.1
Published
One command to connect the Vrex Icons MCP server and install the agent skill.
Maintainers
Readme
@vrex-studio/icons
One command to connect the Vrex Icons library to your AI agent — the MCP server and the agent skill.
npx @vrex-studio/icons@latest connectThat will:
- Register the MCP server — the remote, streamable-HTTP server at
https://icons.getvrex.com/mcp(40,000 static · animated · 3D icons). Usesclaude mcp addwhen the Claude CLI is present; otherwise it prints the exact command /.mcp.jsonblock to add by hand. Sign-in is browser OAuth — no key to manage. - Install the
vrex-iconsskill — the SKILL.md that teaches your agent to read your project's design language, query the library, judge the returned SVGs, and place the best-fit icon.
Then restart your agent and ask for an icon:
"add a settings icon that matches our style"
Options
| flag | effect |
|---|---|
| --key <API_KEY> | Use an API key (Bearer header) instead of OAuth — for CI / non-OAuth clients. |
| --project | Install into the current project (.claude/skills/ + project MCP scope). |
| --global | Install globally for your user (default). |
| --skill-only / --mcp-only | Do just one half. |
| --dry-run | Print what would happen, change nothing. |
| -y, --yes | Overwrite an existing skill without asking. |
Manual setup
claude mcp add vrex-icons --transport http https://icons.getvrex.com/mcp