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.
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.
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.
claude mcp add gency-mcp -- npx -y @gency-ai/gency-mcp
{
"mcpServers": {
"gency-mcp": {
"args": [
"-y",
"@gency-ai/gency-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.gency-mcp]
command = "npx"
args = ["-y", "@gency-ai/gency-mcp"]
{
"mcpServers": {
"gency-mcp": {
"args": [
"-y",
"@gency-ai/gency-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server for Grok image generation and editing
MCP server for OpenAI GPT image generation and editing
MCP server for Google Gemini image generation and editing
MCP server for Google Nano Banana (Gemini) image generation
MCP server + Claude Code plugin for ComfyUI: run workflows, generate images, manage models & VRAM.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Azure FinOps MCP: cost, budgets, forecasting and optimization for Claude, VS Code and Cursor.
Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor
Answers built from our own checks of this server.