MCPollinations
by pinkpixel-dev
Multimodal AI generation server for images, text, and audio powered by Pollinations APIs.
What it does
MCPollinations enables AI assistants to generate high-quality multimodal content. It provides a bridge to the Pollinations APIs, allowing agents to create images (including image-to-image edits), generate text responses from various models, and produce audio outputs.
Tools
generateImage: Creates images and saves them to disk (supports Flux, Turbo, etc.).editImage: Modifies existing images using text prompts.generateImageFromReference: Creates new images based on a reference URL.respondText: Generates text responses with customizable temperature and top_p.respondAudio: Converts text prompts into audio responses.listImageModels/listTextModels: Discovery of available generation models.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcpollinations": {
"command": "npx",
"args": ["-y", "@pinkpixel/mcpollinations"],
"env": {
"IMAGE_MODEL": "flux",
"OUTPUT_DIR": "./mcpollinations-output"
}
}
}
}
Supported hosts
- claude
Quick install
npx -y @pinkpixel/mcpollinationsInformation
- Pricing
- free
- Published
- 4/14/2026
- stars





