SkillAgentSearch skills...

budgetpixel-mcp

BudgetPixel Official MCP

Install / Use

claude mcp add budgetpixel-ai -- npx -y github:budgetpixel-ai/budgetpixel-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

65/100

Supported Platforms

Claude Code
Claude Desktop

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.

Substance
26/30
Structure
18/20
Description
4/15
Adoption
3/20
Freshness
15/15

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 found

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.

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.

SkillScoreStarsUpdatedFormat
budgetpixel-mcp (this skill)by budgetpixel-ai65329d agoMCP Server
Agent-Reachby Panniantong10085.7k12d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
rufloby ruvnet10073.4ktodayCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.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.

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

Support

support@budgetpixel.com

License

MIT — see LICENSE.

Related Skills

View on GitHub
GitHub Stars3
CategoryDevelopment
Updated29d ago
Forks0

Trust signals

87/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

2 low