Skip to main content
Glama

Lorem Ipsum MCP Server

by ssv445

lorem-ipsum-mcp

An lorem ipsum MCP server

Installation

Install the package globally with npm:

npm install -g lorem-ipsum-mcp

Or run directly with npx:

npx lorem-ipsum-mcp

Usage

The MCP server runs on stdio and is designed to be used as a Model Context Protocol server:

# Run directly if installed globally lorem-ipsum-mcp # Run with npx (no installation required) npx lorem-ipsum-mcp

The HTTP server runs on http://localhost:3001 with the SSE endpoint at http://localhost:3001/sse.

Testing

This project includes comprehensive automated testing using GitHub Actions. For detailed testing information, see docs/TESTING.md.

Available Tools

image

Generate or fetch images from picsum.photos with various options.

Usage Examples:

  • Get URL for a random 200x300 image: image --width 200 --height 300
  • Get image file for a random 200x300 image: image --width 200 --height 300 --output file
  • Get URL for a specific, grayscaled, and blurred image: image --id 870 --grayscale --blur 2 --width 200 --height 300
  • List available images: image --list --page 2 --limit 50
  • Get metadata for a specific image: image --info --id 0

Parameters:

  • --width (integer): The width of the image in pixels
  • --height (integer): The height of the image in pixels
  • --id (string): The ID of a specific image to retrieve
  • --seed (string): A seed for generating a static random image
  • --grayscale (boolean): Apply grayscale filter to the image
  • --blur (integer 1-10): Apply blur filter with specified radius
  • --format (jpg|webp): Image format
  • --output (url|file): Output type - url returns string URL, file returns binary data (default: url)
  • --list (boolean): Fetch list of available images
  • --page (integer): Page number for list results
  • --limit (integer): Number of results per page for list
  • --info (boolean): Fetch metadata for a specific image
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Tools

A Model Context Protocol server that enables image generation and retrieval from picsum.photos with customizable parameters like dimensions, filters, and output formats.

  1. Installation
    1. Usage
      1. Testing
        1. Available Tools
          1. image

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides image generation capabilities using the Ideogram API, allowing users to create images from text prompts with customizable parameters.
          Last updated -
          1
          8
          4
          TypeScript
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides an image generation tool using Templated.io, allowing users to create customized images based on templates with text and image layers.
          Last updated -
          TypeScript
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that extracts images from URLs or base64 data and converts them into a format suitable for LLM analysis, allowing AI models to process and understand visual content.
          Last updated -
          3
          293
          9
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables fetching and processing images from URLs, local file paths, and numpy arrays, returning them as base64-encoded strings with proper MIME types.
          Last updated -
          1
          6
          Python
          MIT License
          • Linux
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssv445/lorem-ipsum-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server