# Image Analysis Server

Analyze images by providing their URLs and receive detailed insights using advanced image recognition. Leverage the power of the GPT-4o-mini model for high-accuracy image analysis and validation of i…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list champierre/image-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get champierre/image-mcp-server analyze_image

# Call a tool
npx -y @smithery/cli@latest tool call champierre/image-mcp-server analyze_image '{}'
```

## Tools (2)

- `analyze_image` — Receives an image URL and analyzes the image content using GPT-4o-mini
- `analyze_image_from_path` — Loads an image from a local file path and analyzes its content using GPT-4o-mini. AI assistants need to provide a valid…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get champierre/image-mcp-server <tool-name>
```

---

Source: https://github.com/champierre/image-mcp-server
