Skip to main content

MCP Image Placeholder Server

Project description

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:
  • 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:

# 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:
    {
        "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.

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

Example Usage and Output (Cursor)

Prompt:

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mseep_mcp_image_placeholder-0.1.0.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mseep_mcp_image_placeholder-0.1.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file mseep_mcp_image_placeholder-0.1.0.tar.gz.

File metadata

File hashes

Hashes for mseep_mcp_image_placeholder-0.1.0.tar.gz
Algorithm Hash digest
SHA256 894e11b90a34f6e8042fbef550b9d60ac69ba3ec251e212b371feedd41de9dfa
MD5 79e470463dcef6e32d17d4d843c5d887
BLAKE2b-256 fadd98101167d1bcef7b7d52236ef4822eebb44b73d3e77c81de7e7db8945e13

See more details on using hashes here.

File details

Details for the file mseep_mcp_image_placeholder-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mseep_mcp_image_placeholder-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4f3cb975c863d6d2afda68a944dc0c532d0da793b39018378a6cd24644c73bc9
MD5 e283b8017dbe2548c3625f7d64b81a07
BLAKE2b-256 a8a5e4d4fa7513f275cdab4729ec77b6947f32ae1868d7a5a5952ef92f4cf94b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page