budgetpixel-mcp
BudgetPixel Official MCP
Install / Use
claude mcp add budgetpixel-ai -- npx -y github:budgetpixel-ai/budgetpixel-mcpIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Our assessment of budgetpixel-mcp
budgetpixel-mcp scores 65/100 on our quality scale, 1993rd of 2,717 Development & Engineering skills we index.
Its MCP Server is 3.6 KB long, well organised into 8 sections with 2 code examples: a solid amount of guidance for an agent.
It has 3 GitHub stars, so there is little community track record yet; judge it on its content.
Maintenance, license and trust
- The repository was last updated 29 days ago, so budgetpixel-mcp is actively maintained.
- Our last check on 2026-09-26 found the source still online.
- It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
- Its trust signals score 87/100, with 2 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.
AI review by kimi-k2.7-code on 2026-09-27. Automated pattern scan on 2026-09-27. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
budgetpixel-mcp compared with similar skills
All 4 of these similar skills score higher than budgetpixel-mcp; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| budgetpixel-mcp (this skill)by budgetpixel-ai | 65 | 3 | 29d ago | MCP Server |
| Agent-Reachby Panniantong | 100 | 85.7k | 12d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.9k | today | CLAUDE.md |
| rufloby ruvnet | 100 | 73.4k | today | CLAUDE.md |
| CowAgentby zhayujie | 100 | 47.1k | today | CLAUDE.md |
Frequently asked questions
- How do I install budgetpixel-mcp?
- Run
claude mcp add budgetpixel-ai -- npx -y github:budgetpixel-ai/budgetpixel-mcp. The install tabs above show the steps for each supported agent. - Which AI agents does budgetpixel-mcp work with?
- It is written for Claude Code and Claude Desktop, as a MCP Server file. Other agents that read the same format can often use it too.
- Is budgetpixel-mcp safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It is MIT-licensed and scores 87/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is budgetpixel-mcp still maintained?
- The repository was last updated 29 days ago, so budgetpixel-mcp is actively maintained.
Skill content
View source on GitHubBudgetPixel 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.
Related Skills
Agent-Reach
85.7kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.9kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.4k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
CowAgent
47.1kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-agent, multi-model, multi-channel. Lightweight, extensible, one-line install.
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.