streamable-httpMITupdated 10d ago
Generate AI images, video, music, and sound effects — and upscale them — from any MCP-compatible client.
¿Qué puedes hacer con budgetpixel?
BudgetPixel MCP Server
Generate AI images, video, music, and sound effects — and upscale them — from any MCP-compatible client.
BudgetPixel is a remote MCP server. There is nothing to install and no API keys to manage: connect once, sign in with Google, and your BudgetPixel plan credits and discounts apply automatically.
Endpoint: https://mcp.budgetpixel.com/mcp (Streamable HTTP, OAuth)
Setup
Claude Code
claude mcp add budgetpixel --transport http https://mcp.budgetpixel.com/mcp
Cursor, Windsurf, and other config-file clients
{
"mcpServers": {
"budgetpixel": {
"type": "http",
"url": "https://mcp.budgetpixel.com/mcp"
}
}
}
Claude, ChatGPT, and other connector UIs — add a custom connector pointing at
https://mcp.budgetpixel.com/mcp.
Step-by-step guides for each client: budgetpixel.com/mcp
Tools
| Tool | What it does |
|---|---|
generate_image |
Text-to-image, editing, image-to-image, and multi-reference generation |
generate_video |
Text-to-video, image-to-video (start plus optional end frame), reference-to-video, and video-to-video editing |
generate_music |
Full songs from a prompt and/or your own lyrics, or instrumentals |
generate_sound_effect |
Foley, ambience, UI sounds, impacts, and transitions — optionally synced to a video's events |
upscale_image |
Higher resolution in seconds, or creative detail enhancement steered by a prompt |
upscale_video |
1080p or 4K at 30 or 60 fps via Topaz Labs, inputs up to 20 seconds |
list_models |
The live model catalog with prices, role hints, and per-model input limits |
upload_media |
Upload a local file and get a URL to use as a generation input |
check_generation_status |
Poll a running job and collect the finished media |
get_generation_history |
Your recent generations, reusable as inputs |
get_credit_balance |
Remaining plan credits |
create_social_post |
Publish a finished generation to the BudgetPixel community feed |
How jobs work
Generation tools return a job id rather than the finished media.
| Tool | Job id | Poll with | Typical wait |
|---|---|---|---|
generate_image |
numeric | check_generation_status |
seconds |
generate_video |
uuid | check_generation_status |
minutes |
generate_music |
numeric | check_generation_status with type: "music" |
a few minutes |
generate_sound_effect |
numeric | check_generation_status with type: "sound_effect" |
~15s text, minutes for video |
upscale_image |
— | returns the result directly | seconds |
upscale_video |
numeric | call upscale_video again with just job_id |
minutes |
Music and sound-effect ids are numeric like image ids, so the type argument is required
for those two — without it the id is read as an image job.
Local files must go through upload_media first: video and audio inputs on generate_video
accept URLs only.
Requirements
A BudgetPixel account. Browsing the model catalog is free; generation, upscaling, uploads, and publishing require any paid plan (Starter, Basic, Premium, Pro or Ultra) — see budgetpixel.com/pricing.
Video is billed per second and by resolution, so confirm cost before long or high-resolution jobs. Failed generations are never charged.
Links
- budgetpixel.com/mcp — setup guides
- budgetpixel.com — the platform
- Cursor plugin
Support
License
MIT — see LICENSE.
Instalación
Añade budgetpixel a tu cliente. Elige el que uses.
claude mcp add --transport http budgetpixel https://mcp.budgetpixel.com/mcpcodex mcp add budgetpixel --url https://mcp.budgetpixel.com/mcp{
"mcpServers": {
"budgetpixel": {
"url": "https://mcp.budgetpixel.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"budgetpixel": {
"type": "http",
"url": "https://mcp.budgetpixel.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"budgetpixel": {
"url": "https://mcp.budgetpixel.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"budgetpixel": {
"serverUrl": "https://mcp.budgetpixel.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
12 herramientas
budgetpixel expone 12 herramientas a un agente conectado.
- generate_image
- Text-to-image, editing, image-to-image, and multi-reference generation
- generate_video
- Text-to-video, image-to-video (start plus optional end frame), reference-to-video, and video-to-video editing
- generate_music
- Full songs from a prompt and/or your own lyrics, or instrumentals
- generate_sound_effect
- Foley, ambience, UI sounds, impacts, and transitions — optionally synced to a video's events
- upscale_image
- Higher resolution in seconds, or creative detail enhancement steered by a prompt
- upscale_video
- 1080p or 4K at 30 or 60 fps via Topaz Labs, inputs up to 20 seconds
- list_models
- The live model catalog with prices, role hints, and per-model input limits
- upload_media
- Upload a local file and get a URL to use as a generation input
- check_generation_status
- Poll a running job and collect the finished media
- get_generation_history
- Your recent generations, reusable as inputs
- get_credit_balance
- Remaining plan credits
- create_social_post
- Publish a finished generation to the BudgetPixel community feed
Puntuación
77 / 100
Buena
- Documentación22/25
- Mantenimiento19/25
- Confianza16/20
- Capacidad8/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 12 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.0Última | 27 ago 2026 |