mcpbeat Sign in

Gency MCP Server

local only

Gency MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from npm.

Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 35 · avg 13 · +113% w/w
a month agotoday
87
Installs / week
npm · @gency-ai/gency-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gency-mcp -- npx -y @gency-ai/gency-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gency-mcp": {
      "args": [
        "-y",
        "@gency-ai/gency-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gency-mcp]
command = "npx"
args = ["-y", "@gency-ai/gency-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gency-mcp": {
      "args": [
        "-y",
        "@gency-ai/gency-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gency-mcp": {
      "args": [
        "-y",
        "@gency-ai/gency-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GENCY_API_URL (Gency API base URL), GENCY_OAUTH_CLIENT_ID (OAuth client ID override. Defaults to the built-in official client, so most users never set this.), GENCY_OAUTH_CLIENT_SECRET (OAuth client secret, only needed for confidential clients.), GENCY_OAUTH_API_BASE (OAuth provider base URL. Defaults to GENCY_API_URL.), GENCY_OAUTH_SCOPE (Space-separated OAuth scopes.), GENCY_MCP_ALLOWED_CLIENT_IDS (serve-http only: OAuth client IDs whose tokens this server accepts (space or comma separated). Empty accepts any client.), GENCY_MCP_UPLOAD_SECRET (serve-http only: HMAC key for signed upload handles. Only needed when running more than one instance, so a handle issued by one verifies on another.), GENCY_MCP_OAUTH_RESOURCE (RFC 8707 resource indicator to send on authorize/token/refresh requests. Opt-in until the Gency authorization server is confirmed to accept it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gency MCP

same job, measured the same way
Grok Image
by codechap

MCP server for Grok image generation and editing

local only
GPT Image
by codechap

MCP server for OpenAI GPT image generation and editing

local only
Google Image
by codechap

MCP server for Google Gemini image generation and editing

local only
MCP Nano Banana
by codefi

MCP server for Google Nano Banana (Gemini) image generation

61 installs/wk local only
Comfyui MCP
by artokun

MCP server + Claude Code plugin for ComfyUI: run workflows, generate images, manage models & VRAM.

40 093 installs/wk local only
Writingmate MCP
by writingmate

Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.

answering
Azure FinOps MCP Server
by raviteja-pegata

Azure FinOps MCP: cost, budgets, forecasting and optimization for Claude, VS Code and Cursor.

76 installs/wk local only
Th Memory MCP
by worakorn-prince

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

449 installs/wk local only

Gency MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gency MCP?
Gency MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @gency-ai/gency-mcp was installed 87 times last week.
Is Gency MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Gency MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @gency-ai/gency-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gency MCP?
The npm package @gency-ai/gency-mcp was installed 87 times in the last week. Week over week that is +113%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.