Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Image Placeholder

    A lightweight MCP server for generating placeholder images from multiple providers.

    9 stars
    HTML
    Updated Oct 28, 2025

    Table of Contents

    • Features
    • Requirements
    • Installation
    • Usage
    • image_placeholder
    • Configuration
    • To connect this server to Claude for Desktop:
    • To connect this server to Cursor:
    • Troubleshooting
    • Example Usage and Output (Cursor)
    • License

    Table of Contents

    • Features
    • Requirements
    • Installation
    • Usage
    • image_placeholder
    • Configuration
    • To connect this server to Claude for Desktop:
    • To connect this server to Cursor:
    • Troubleshooting
    • Example Usage and Output (Cursor)
    • License

    Documentation

    MCP Image Placeholder Server

    This is a Model Context Protocol (MCP) server that provides a tool for generating placeholder images from different providers.

    Features

    • Generates placeholder images from supported providers
    • Supports two image providers:
    • [placehold](https://placehold.co/): Provides simple placeholder images
    • [lorem-picsum](https://picsum.photos/): Provides real images as placeholder images
    • Validates input parameters
    • Returns image URLs for immediate use

    Requirements

    • Python 3.9+
    • uv package manager

    Installation

    1. Clone this repository

    2. Set up the configuration for MCP server

    Usage

    The server exposes one tool:

    image_placeholder

    Generate a placeholder image URL based on specified parameters.

    Parameters:

    • provider: The image provider to use (placehold or lorem-picsum)
    • width: The width of the image (1-10000)
    • height: The height of the image (1-10000)

    Returns:

    • URL string of the generated image

    Example Usage:

    python
    # Generate a 300x200 placeholder image
    url = image_placeholder(provider="placehold", width=300, height=200)
    
    # Generate a 500px square lorem-picsum image
    url = image_placeholder(provider="lorem-picsum", width=500)

    Configuration

    To connect this server to Claude for Desktop:

    1. Add the following to your claude_desktop_config.json:

    json
    {
           "mcpServers": {
               "image-placeholder": {
                   "command": "uv",
                   "args": [
                       "--directory",
                       "/ABSOLUTE/PATH/TO/PROJECT",
                       "run",
                       "main.py"
                   ]
               }
           }
       }

    2. Restart Claude for Desktop

    To connect this server to Cursor:

    1. Open Cursor Settings

    2. Head to the Features section

    3. Scroll down to the MCP Servers section

    4. Click on the Add new MCP server button

    5. Enter the following information:

    • Name: image-placeholder
    • Type: command
    • Server URL: uv --directory /ABSOLUTE/PATH/TO/PROJECT run main.py

    6. Click on the Add ↵ button

    Troubleshooting

    If the tool is not detected, use absolute path of the uv command, e.g.

    code
    /ABSOLUTE/PATH/TO/uv --directory /ABSOLUTE/PATH/TO/PROJECT run main.py

    Example Usage and Output (Cursor)

    Prompt:

    code
    Create a new directory named "example" and a file named output.html.
    
    Then create a single modern looking page using tailwindcss: https://unpkg.com/@tailwindcss/browser@4
    
    Show a nice header, content, and footer, showing a photo gallery.
    
    Save this into output.html

    Screenshot of Cursor Agent

    Output:

    Example Output (Cursor)

    License

    MIT License

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • PE

      Personalizationmcp

      Python·
      12
    • FA

      Fal Mcp Server

      Python·
      8
    • ME

      Metmuseum Mcp

      TypeScript·
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • PE

      Personalizationmcp

      Python·
      12
    • FA

      Fal Mcp Server

      Python·
      8
    • ME

      Metmuseum Mcp

      TypeScript·
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k