Pollinations
A Model Context Protocol (MCP) server that enables AI assistants to generate images, text, and audio through the Pollinations APIs. Supports customizable parameters, image saving, and multiple model options.
What is Pollinations?
Pollinations is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol (mcp) server that enables ai assistants to generate images, text, and audio through the pollinations apis. supports customizable parameters, image saving, and multiple model opt...
A Model Context Protocol (MCP) server that enables AI assistants to generate images, text, and audio through the Pollinations APIs. Supports customizable parameters, image saving, and multiple model options.
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A Model Context Protocol (MCP) server that enables AI assist
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx mcpollinations-multimodal-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Pollinations
MCPollinations is a multimodal MCP server that connects AI assistants to the free Pollinations.ai API, enabling generation of images, text, and audio without requiring any API key or account. It exposes tools to generate images using models like Flux and Turbo, edit existing images from URLs, synthesize audio in multiple voices, and generate text — all with configurable parameters like dimensions, temperature, and output directory. Developers and creatives use it to add no-cost generative media capabilities directly into their AI chat workflows.
Prerequisites
- Node.js 16 or higher installed (14.0.0 minimum, 16+ recommended)
- Claude Desktop or another MCP-compatible client
- No API key required — Pollinations.ai is free to use
- An output directory for saving generated files (configurable via OUTPUT_DIR)
Install the package globally or use npx
You can install MCPollinations globally with npm or run it directly via npx without a permanent install.
# Option A: run on demand (no install)
npx @pinkpixel/mcpollinations
# Option B: install globally
npm install -g @pinkpixel/mcpollinationsChoose an output directory for generated files
Decide where generated images and audio files will be saved on your machine. The directory must exist and be writable. On Windows, use an absolute path.
# macOS/Linux
mkdir -p ~/Pictures/mcpollinations
# Windows (PowerShell)
New-Item -ItemType Directory -Path "C:\Users\YourName\Pictures\MCPollinations"Configure Claude Desktop
Add the server to your Claude Desktop MCP config. Set OUTPUT_DIR to your chosen directory. All other environment variables are optional.
{
"mcpServers": {
"mcpollinations": {
"command": "npx",
"args": ["@pinkpixel/mcpollinations"],
"env": {
"OUTPUT_DIR": "/Users/yourname/Pictures/mcpollinations",
"IMAGE_MODEL": "flux",
"IMAGE_WIDTH": "1024",
"IMAGE_HEIGHT": "1024",
"IMAGE_SAFE": "true"
}
}
}
}Restart Claude Desktop
Quit and reopen Claude Desktop to load the MCPollinations server. You should see image, text, and audio generation tools become available.
Generate your first image
Ask Claude to generate an image. It will call the generateImage tool and save the result to your OUTPUT_DIR.
Pollinations Examples
Client configuration
Claude Desktop config using npx with optional environment variables to control output location and default image model.
{
"mcpServers": {
"mcpollinations": {
"command": "npx",
"args": ["@pinkpixel/mcpollinations"],
"env": {
"OUTPUT_DIR": "/Users/yourname/Pictures/mcpollinations",
"IMAGE_MODEL": "flux",
"IMAGE_WIDTH": "1024",
"IMAGE_HEIGHT": "1024",
"IMAGE_SAFE": "true",
"TEXT_MODEL": "openai",
"AUDIO_VOICE": "alloy"
}
}
}
}Prompts to try
Example prompts that exercise image generation, audio synthesis, and text generation tools.
- "Generate an image of a futuristic city at sunset using the Flux model and save it"
- "Create a 1920x1080 wallpaper of a mountain lake in autumn colors"
- "List all available image models and show me what each one specializes in"
- "Generate audio of someone saying 'Welcome to the future' using the alloy voice"
- "Edit this image URL to add a dramatic lightning storm in the background: https://example.com/landscape.jpg"Troubleshooting Pollinations
Generated images are not saved to disk
Verify OUTPUT_DIR exists and is writable. On Windows, use an absolute path like C:\Users\YourName\Pictures\MCPollinations rather than a relative path. Create the directory manually if needed.
editImage or generateImageFromReference fails with an error about the URL
Image-to-image tools require publicly accessible HTTP or HTTPS URLs. Local file paths and localhost URLs are not supported. Host your reference image on a public server or image hosting service first.
npx command hangs or takes a long time on first run
The first npx invocation downloads the package. Subsequent runs use the npm cache and start much faster. If it consistently hangs, try installing globally with 'npm install -g @pinkpixel/mcpollinations' and changing the command in your config from npx to mcpollinations.
Frequently Asked Questions about Pollinations
What is Pollinations?
Pollinations is a Model Context Protocol (MCP) server that model context protocol (mcp) server that enables ai assistants to generate images, text, and audio through the pollinations apis. supports customizable parameters, image saving, and multiple model options. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Pollinations?
Follow the installation instructions on the Pollinations GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Pollinations?
Pollinations works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Pollinations free to use?
Yes, Pollinations is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Pollinations Alternatives — Similar Business Applications Servers
Looking for alternatives to Pollinations? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Pollinations in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Pollinations?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.