
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@pixfaro/mcp
Advanced tools
Pixfaro MCP — image generation MCP server for every image model. One API key, one balance, every major model.
One MCP connection, one prepaid balance, every major image model — Nano Banana, Gemini, GPT Image and more. Pixfaro holds the provider accounts, keys, retries and format differences; your agent just asks for an image.
Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP client.
{
"mcpServers": {
"pixfaro": {
"command": "npx",
"args": ["-y", "@pixfaro/mcp"],
"env": { "PIXFARO_KEY": "pf_live_…" }
}
}
}
For Claude Code:
claude mcp add pixfaro -e PIXFARO_KEY=pf_live_… -- npx -y @pixfaro/mcp
On claude.ai, Claude Desktop, or any client that speaks streamable HTTP, add the remote server instead — no npm, no key in a config file:
https://mcp.pixfaro.com/mcp
The client runs the OAuth flow; you sign in with your Pixfaro account.
| Tool | What it does |
|---|---|
generate_image | prompt → hosted image URL (+cost and balance in the reply) |
edit_image | natural-language edit of a previous generation by its img_… id |
list_models | models with price, latency, and what each is best for |
get_balance | current prepaid balance |
Replies carry a hosted URL, never base64 — your agent's context stays small.
The same package family ships an unscoped CLI for scripts, CI, and pipelines:
export PIXFARO_KEY=pf_live_…
npx pixfaro gen "a lighthouse at night, minimal flat style" -a 16:9 -o cover.png
npx pixfaro models
npx pixfaro balance
npx pixfaro edit img_8f2a… "make the sky darker" -o v2.png
| Variable | Meaning |
|---|---|
PIXFARO_KEY | your API key (pf_live_…) — required for generation |
PIXFARO_API_URL | endpoint override (default https://api.pixfaro.com) |
The thin open client over the Pixfaro API: the MCP server (@pixfaro/mcp) and
the pixfaro CLI share one HTTP client. The balance/provider layer lives
behind api.pixfaro.com — this code is intentionally
small enough to read before you hand it a key.
MIT © Pixfaro
FAQs
Pixfaro MCP — image generation MCP server for every image model. One API key, one balance, every major model.
The npm package @pixfaro/mcp receives a total of 36 weekly downloads. As such, @pixfaro/mcp popularity was classified as not popular.
We found that @pixfaro/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.