MCP server for PromptPilot.club — generate images, video, and audio via Pollinations API
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"promptpilot-mcp-serv": {
"command": "npx",
"args": [
"-y",
"doctorm333/promptpilot-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add promptpilot-mcp-serv npx -y doctorm333/promptpilot-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"promptpilot-mcp-serv": {
"command": "npx",
"args": [
"-y",
"doctorm333/promptpilot-mcp-server"
]
}
}
}