promptpilot-mcp-server
Enables text-to-speech generation using ElevenLabs models to create high-quality audio and speech directly from AI agents.
PromptPilot MCP Server
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-mcpRelated MCP server: mcp-media-engine
Tools (8 total)
Tool | Description |
| List all image/video/audio models with pricing |
| List styles, lighting, camera, mood, color presets |
| Build optimized prompt from structured inputs |
| Generate image (returns URL) |
| Generate video (returns URL) |
| Generate speech or music (returns URL) |
| Check Pollinations API balance |
| 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
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseNot gradedqualityFmaintenanceEnables video generation from text, images, and more through MCP-compatible apps like Claude and Cursor.52MIT- AlicenseAqualityBmaintenanceMCP server for AI-powered image, audio, and video generation, enabling media creation directly from Claude, Cursor, and other MCP clients.1144MIT

arcframe-mcpofficial
AlicenseNot gradedqualityCmaintenanceGenerate videos, images, audio, and 3D models from any MCP-compatible AI agent — Claude, Cursor, ChatGPT, and more.MIT- AlicenseAqualityDmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.87MIT
Related MCP Connectors
Generate images with any major model — one API key, one prepaid balance, one MCP.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/doctorm333/promptpilot-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server