Skip to main content
Glama

MCP Image Placeholder Server

by husniadil

MCP 图像占位服务器

这是一个模型上下文协议 (MCP) 服务器,它提供了一个从不同提供商生成占位符图像的工具。

特征

  • 从支持的提供商生成占位符图像
  • 支持两种图像提供者:
  • 验证输入参数
  • 返回可立即使用的图像 URL

要求

  • Python 3.9+
  • uv包管理器

安装

  1. 克隆此存储库
  2. 设置 MCP 服务器的配置

用法

服务器公开一个工具:

image_placeholder

根据指定的参数生成占位符图像 URL。

参数:

  • provider :要使用的图像提供者( placeholdlorem-picsum
  • width :图像的宽度(1-10000)
  • height :图像的高度(1-10000)

返回:

  • 生成图像的 URL 字符串

示例用法:

# 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)

配置

要将此服务器连接到 Claude for Desktop:

  1. 将以下内容添加到您的claude_desktop_config.json中:
    { "mcpServers": { "image-placeholder": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PROJECT", "run", "main.py" ] } } }
  2. 重启 Claude 桌面版

要将此服务器连接到 Cursor:

  1. 打开游标设置
  2. 前往Features部分
  3. 向下滚动到MCP Servers部分
  4. 点击Add new MCP server按钮
  5. 输入以下信息:
    • 名称: image-placeholder
    • 类型: command
    • 服务器 URL: uv --directory /ABSOLUTE/PATH/TO/PROJECT run main.py
  6. 点击Add ↵按钮

故障排除

如果未检测到该工具,请使用uv命令的绝对路径,例如

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

示例用法和输出(光标)

迅速的:

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

光标代理的屏幕截图

输出:示例输出(光标)

执照

MIT 许可证

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

该服务器从各种提供商生成占位符图像 URL,支持输入验证以及与 Claude 和 Cursor 等桌面应用程序的集成。

  1. 特征
    1. 要求
      1. 安装
        1. 用法
          1. image_placeholder
        2. 配置
          1. 要将此服务器连接到 Claude for Desktop:
          2. 要将此服务器连接到 Cursor:
        3. 故障排除
          1. 示例用法和输出(光标)
            1. 执照

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                Provides HTML file preview and analysis capabilities. This server enables capturing full-page screenshots of local HTML files and analyzing their structure.
                Last updated -
                2
                8
                JavaScript
                MIT License
              • 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
                97
                3
                TypeScript
              • A
                security
                A
                license
                A
                quality
                A lightweight server that enables seamless integration with Unsplash's image library, allowing developers to search for high-quality photos with various filters directly from the Cursor editor.
                Last updated -
                1
                112
                Python
                MIT License
              • -
                security
                A
                license
                -
                quality
                A server that integrates with Claude Desktop to enable real-time web research capabilities, allowing users to search Google, extract webpage content, and capture screenshots directly from conversations.
                Last updated -
                854
                MIT License
                • 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/husniadil/mcp-image-placeholder'

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