# icons8mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add icons8community/icons8mcp

# Browse available tools
npx -y @smithery/cli@latest tool list icons8community/icons8mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get icons8community/icons8mcp search_icons

# Call a tool
npx -y @smithery/cli@latest tool call icons8community/icons8mcp search_icons '{}'
```

## Direct MCP Connection

Endpoint: `https://icons8mcp--icons8community.run.tools`

## Tools (4)

- `search_icons`
- `list_categories`
- `list_platforms`
- `get_icon_png_url`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get icons8community/icons8mcp <tool-name>
```
