Skip to main content
Glama

Pollinations MCP Server

by bendusy

generate_image

Create custom images using AI by providing prompts, adjusting dimensions, and selecting models. Enhance quality, enable safety filters, and ensure privacy for generated visuals.

Instructions

使用Pollinations.ai生成图像

Input Schema

NameRequiredDescriptionDefault
enhanceNo提高图像质量(应用增强滤镜)
heightNo图像高度(像素)
modelNo要使用的模型(如flux、variation等)flux
nologoNo设置为true可去除水印
privateNo设置为true可使图像私有
promptYes图像描述提示词
safeNo启用安全过滤(过滤不适内容)
seedNo随机种子值(用于生成一致的图像)
widthNo图像宽度(像素)

Input Schema (JSON Schema)

{ "properties": { "enhance": { "default": false, "description": "提高图像质量(应用增强滤镜)", "type": "boolean" }, "height": { "default": 1024, "description": "图像高度(像素)", "type": "number" }, "model": { "default": "flux", "description": "要使用的模型(如flux、variation等)", "type": "string" }, "nologo": { "default": true, "description": "设置为true可去除水印", "type": "boolean" }, "private": { "default": false, "description": "设置为true可使图像私有", "type": "boolean" }, "prompt": { "description": "图像描述提示词", "type": "string" }, "safe": { "default": false, "description": "启用安全过滤(过滤不适内容)", "type": "boolean" }, "seed": { "description": "随机种子值(用于生成一致的图像)", "type": "number" }, "width": { "default": 1024, "description": "图像宽度(像素)", "type": "number" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from Pollinations MCP Server

Related Tools

    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/bendusy/pollinations-mcp'

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