Connects Pexels and Unsplash APIs to any MCP client through five tools: search_images for multi-provider queries with pagination and orientation filters, extract_image_query to parse natural language into search terms, get_best_image for single results, search_images_batch for parallel queries, and resolve_image_attribution for compliance text. Returns structured ImageResult objects with URLs, dimensions, photographer credits, and tags. Requires at least one API key but both providers offer free tiers. Run it with npx so there's no local build step. Useful when you're prototyping layouts, need placeholder assets in your editor, or want AI agents to fetch contextual imagery without leaving the development environment.
claude mcp add --transport stdio io.github.ahmaddioxide-image-resolver -- npx -y @ahmaddioxide/mcp-image-resolver