doctorm333/promptpilot-mcp-server
MCP server for PromptPilot.club — generate images, video, and audio via Pollinations API
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.
---
{
"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"
}
}
}
}Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"promptpilot": {
"command": "npx",
"args": ["-y", "promptpilot-mcp"]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"promptpilot": {
"command": "npx",
"args": ["-y", "promptpilot-mcp"]
}
}
}Add to .vscode/mcp.json in your workspace:
{
"servers": {
"promptpilot": {
"type": "stdio",
"command": "npx",
"args": ["-y", "promptpilot-mcp"]
}
}
}docker run -i --rm \
-e POLLINATIONS_API_KEY=sk_your_key_here \
mcp/promptpilot-mcp---
| 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
Loading reviews...