Lorem Picsum

Lorem Picsum MCP Connector for Claude

D

Generate placeholder images and retrieve image metadata directly from your AI agent using the Lorem Picsum API.

6 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Integrate Lorem Picsum into your AI workflows to instantly generate placeholder images, fetch image metadata, and manage visual assets for development and design.

What you can do

  • Image Discovery — Use list_images to browse available photos with full metadata including authors and original dimensions.
  • Random Generation — Generate URLs for random images with get_random_image_url, customizing width, height, blur, or grayscale effects.
  • Specific Retrieval — Fetch specific images by ID using get_specific_image_url or use get_seed_image_url for consistent UI testing.
  • Metadata Inspection — Retrieve detailed author and format information for any image using get_image_info or get_seed_info.
  • Format Control — Choose between JPG and WebP formats and apply Gaussian blur filters directly through tool parameters.

How it works

  1. Subscribe to this server
  2. No API key is required for public access
  3. Start generating image assets from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Frontend Developers — quickly populate UI mockups with realistic placeholder images without leaving the code editor
  • UI/UX Designers — test layouts with different image dimensions and effects like blur or grayscale
  • Content Managers — find high-quality open-source images and their author credits for attribution
placeholder-imagesstock-photosui-designmockupsimage-api

6 tools expose this connector's capabilities to your AI agent.

get_image_info

Get metadata for a specific image ID

get_random_image_url

Can be customized with dimensions, grayscale, blur, and file extensions. Get a random image URL with specified dimensions and options

get_seed_image_url

Get a static random image URL based on a seed string

get_seed_info

Get metadata for a specific image seed

get_specific_image_url

Get a specific image URL by ID with dimensions and options

list_images

Retrieve a paginated list of available images

See how to talk to your AI agent using Lorem Picsum.

Generate a random 800x600 image URL with a blur effect of 5.

I've generated the URL for you. You can use this 800x600 blurred image: https://picsum.photos/800/600?blur=5

List 5 images from Lorem Picsum and show their authors.

I've fetched 5 images for you. Notable ones include Image ID 0 by Alejandro Escamilla and Image ID 1 by Alejandro Escamilla. Would you like the metadata for a specific one?

Get the details for image ID 237.

Image ID 237 was captured by André Spieker. Its original dimensions are 3500x2095. You can view it here: https://picsum.photos/id/237/3500/2095

You can use the `get_random_image_url` tool and set the `blur` parameter (1-10) or the `grayscale` boolean to true. The agent will construct the correct URL for you.

Related Connectors