Promptpilot Server
FreeMaintainedGenerate images, video, and audio directly in Claude Code, Cursor, Windsurf, or any MCP-compatible AI agent. 20+ models — Flux, GPT-Image-1, Imagen 4, Grok Imag
About
Generate images, video, and audio directly in Claude Code, Cursor, Windsurf, or any MCP-compatible AI agent. 20+ models — Flux, GPT-Image-1, Imagen 4, Grok Imagine, Seedance, ElevenLabs TTS, and more. Free models work without an API key. Paid models require a Pollinations key.
README
Generate images, video, and audio directly in Claude Code, Cursor, Windsurf, or any MCP-compatible AI agent.
20+ models — Flux, GPT-Image-1, Imagen 4, Grok Imagine, Seedance, ElevenLabs TTS, and more. Free models work without an API key. Paid models require a Pollinations key.
Installation
Claude Code / Claude Desktop
{
"mcpServers": {
"promptpilot": {
"command": "npx",
"args": ["-y", "promptpilot-mcp"]
}
}
}
With Pollinations API key (for paid models):
{
"mcpServers": {
"promptpilot": {
"command": "npx",
"args": ["-y", "promptpilot-mcp"],
"env": {
"POLLINATIONS_API_KEY": "sk_your_key_here"
}
}
}
}
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"promptpilot": {
"command": "npx",
"args": ["-y", "promptpilot-mcp"]
}
}
}
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"promptpilot": {
"command": "npx",
"args": ["-y", "promptpilot-mcp"]
}
}
}
VS Code (GitHub Copilot)
Add to .vscode/mcp.json in your workspace:
{
"servers": {
"promptpilot": {
"type": "stdio",
"command": "npx",
"args": ["-y", "promptpilot-mcp"]
}
}
}
Docker
docker run -i --rm \
-e POLLINATIONS_API_KEY=sk_your_key_here \
mcp/promptpilot-mcp
Tools (8 total)
| Tool | Description |
|---|---|
list_models |
List all image/video/audio models with pricing |
list_styles |
List styles, lighting, camera, mood, color presets |
build_prompt |
Build optimized prompt from structured inputs |
generate_image |
Generate image (returns URL) |
generate_video |
Generate video (returns URL) |
generate_audio |
Generate speech or music (returns URL) |
check_balance |
Check Pollinations API balance |
generate_batch |
Generate up to 10 images in one call |
Examples
Generate an image:
"Generate a cyberpunk cityscape at night using the flux model"
Batch generation:
"Generate 5 product photos with different backgrounds"
Build + generate:
"Build me a portrait prompt with dramatic lighting and golden hour mood, then generate it"
Check what's available:
"What video models do you have and what are their prices?"
REST API
PromptPilot also offers a REST API for programmatic access from any language:
# Get your token at https://promptpilot.club/profile (REST API tab)
curl https://promptpilot.club/api/v1/generate \
-H "Authorization: Bearer pp_your_token" \
-H "Content-Type: application/json" \
-d '{"prompt": "red panda in bamboo forest", "model": "flux", "fields": "url,model"}'
Endpoints:
POST /api/v1/generate— generate image/video/audioGET /api/v1/models— list models with pricesGET /api/v1/balance— check balanceGET /api/v1/schema— OpenAPI schemaGET /api/v1/AGENT_CONTEXT.md— quick reference for agents
Links
- promptpilot.club — Web UI
- Pollinations AI — Underlying model provider
- npm package
- GitHub
License
MIT
Install Promptpilot Server in Claude Desktop, Claude Code & Cursor
unyly install promptpilot-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add promptpilot-mcp-server --env POLLINATIONS_API_KEY="" -- npx -y promptpilot-mcpStep-by-step: how to install Promptpilot Server
FAQ
Is Promptpilot Server MCP free?
Yes, Promptpilot Server MCP is free — one-click install via Unyly at no cost.
Does Promptpilot Server need an API key?
Yes, it requires environment variables: POLLINATIONS_API_KEY. Unyly injects them into the config during install.
Is Promptpilot Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Promptpilot Server in Claude Desktop, Claude Code or Cursor?
Open Promptpilot Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Changes
Versions and requested access over time.
- New version published
- New version published
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Promptpilot Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
