How to Use the Lorem Picsum MCP in Claude Code
Claude Code uses the Lorem Picsum MCP Server to automate image metadata retrieval and URL generation in your terminal workflows.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Lorem Picsum MCP to Claude Code
Create your Vinkius account to connect Lorem Picsum to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless image URL generation
Script your UI prototyping by calling `get_random_image_url` from the command line. You can pipe the output directly into your build scripts or configuration files. This is effective for CI/CD pipelines where you need to verify layout behavior with dynamic content. The tool returns a raw string you can use immediately.
Terminal-based metadata checks
Use `get_image_info` to pull details for specific IDs without opening a browser. It is a quick way to audit your placeholder library from a shell session. Everything is returned as structured JSON. You can parse this output with tools like jq to filter for specific author data or image dimensions.
Programmatic seed management
Maintain stable test environments by using `get_seed_image_url` and `get_seed_info`. By pinning a seed, you ensure the same image is generated every time your test suite runs. This removes flakiness from your visual regression tests. The agent handles the seed string and returns the same image URL consistently across executions.
Set up Lorem Picsum MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seelorem-picsum-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Lorem Picsum transactions." It will automatically discover and invoke the available Lorem Picsum tools.
claude mcp add --transport http lorem-picsum-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Lorem Picsum MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Lorem Picsum MCP today
We host it, we monitor it, we maintain it. You just paste one token.