Skip to main content
ClaudeWave

Pixfaro MCP — image generation MCP server for every image model

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/19/2026
Install in Claude Code / Claude Desktop
Method: NPX · @pixfaro/mcp
Claude Code CLI
claude mcp add mcp -- npx -y @pixfaro/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": ["-y", "@pixfaro/mcp"],
      "env": {
        "PIXFARO_KEY": "<pixfaro_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
PIXFARO_KEY
Casos de uso

Resumen de MCP Servers

# Pixfaro MCP — image generation MCP server for every image model

One MCP connection, one prepaid balance, every major image model — Nano Banana,
Gemini today, GPT Image next (visible as "coming soon" in `list_models`).
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.

## Quickstart (≈1 minute)

1. Get an API key at [pixfaro.com](https://pixfaro.com) and top up (no subscription).
2. Add the server to your MCP client config:

```json
{
  "mcpServers": {
    "pixfaro": {
      "command": "npx",
      "args": ["-y", "@pixfaro/mcp"],
      "env": { "PIXFARO_KEY": "pf_live_…" }
    }
  }
}
```

3. Ask your agent for an image. That's it.

For Claude Code:

```bash
claude mcp add pixfaro -e PIXFARO_KEY=pf_live_… -- npx -y @pixfaro/mcp
```

### Remote server (no install, OAuth)

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. Clients
without OAuth can pass an API key instead: `Authorization: Bearer pf_live_…`.

## Tools

| 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.

Both generation tools accept `aspect_ratio` (e.g. `"16:9"`, `"9:16"`). Edits
keep the source image's shape when you omit it — pass one only to reshape.

## CLI

The same package family ships an unscoped CLI for scripts, CI, and pipelines:

```bash
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
```

## Environment

| Variable | Meaning |
|---|---|
| `PIXFARO_KEY` | your API key (`pf_live_…`) — required for everything except `models` |
| `PIXFARO_API_URL` | endpoint override (default `https://api.pixfaro.com`) |

## What this repo is

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](https://pixfaro.com) — this code is intentionally
small enough to read before you hand it a key.

MIT © Pixfaro
ai-imagesclaudecursorimage-generationmcpmcp-serverwindsurf

Lo que la gente pregunta sobre mcp

¿Qué es pixfaro/mcp?

+

pixfaro/mcp es mcp servers para el ecosistema de Claude AI. Pixfaro MCP — image generation MCP server for every image model Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-19.

¿Cómo se instala mcp?

+

Puedes instalar mcp clonando el repositorio (https://github.com/pixfaro/mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar pixfaro/mcp?

+

Nuestro agente de seguridad ha analizado pixfaro/mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene pixfaro/mcp?

+

pixfaro/mcp es mantenido por pixfaro. La última actividad registrada en GitHub es del 2026-08-19, con 0 issues abiertos.

¿Hay alternativas a mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: pixfaro/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pixfaro-mcp)](https://claudewave.com/repo/pixfaro-mcp)
<a href="https://claudewave.com/repo/pixfaro-mcp"><img src="https://claudewave.com/api/badge/pixfaro-mcp" alt="Featured on ClaudeWave: pixfaro/mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp