Gency MCP Server
Rank #49,632ai.gency/gency-mcp
Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code
Gency MCP Server is a Model Context Protocol (MCP) server published by studiolab-dev. It ranks #49,632 of 115,591 servers tracked on MCP Toplist. Gency MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 29, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 65,959 of 115,591 servers on MCP Toplist.
Use Gency MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gency-mcp -e "GENCY_API_URL=<your GENCY_API_URL>" -e "GENCY_OAUTH_CLIENT_ID=<your GENCY_OAUTH_CLIENT_ID>" -e "GENCY_OAUTH_CLIENT_SECRET=<your GENCY_OAUTH_CLIENT_SECRET>" -e "GENCY_OAUTH_API_BASE=<your GENCY_OAUTH_API_BASE>" -e "GENCY_OAUTH_SCOPE=<your GENCY_OAUTH_SCOPE>" -e "GENCY_MCP_ALLOWED_CLIENT_IDS=<your GENCY_MCP_ALLOWED_CLIENT_IDS>" -e "GENCY_MCP_UPLOAD_SECRET=<your GENCY_MCP_UPLOAD_SECRET>" -e "GENCY_MCP_OAUTH_RESOURCE=<your GENCY_MCP_OAUTH_RESOURCE>" -- npx -y @gency-ai/gency-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gency-mcp]
command = "npx"
args = ["-y", "@gency-ai/gency-mcp"]
[mcp_servers.gency-mcp.env]
GENCY_API_URL = "<your GENCY_API_URL>"
GENCY_OAUTH_CLIENT_ID = "<your GENCY_OAUTH_CLIENT_ID>"
GENCY_OAUTH_CLIENT_SECRET = "<your GENCY_OAUTH_CLIENT_SECRET>"
GENCY_OAUTH_API_BASE = "<your GENCY_OAUTH_API_BASE>"
GENCY_OAUTH_SCOPE = "<your GENCY_OAUTH_SCOPE>"
GENCY_MCP_ALLOWED_CLIENT_IDS = "<your GENCY_MCP_ALLOWED_CLIENT_IDS>"
GENCY_MCP_UPLOAD_SECRET = "<your GENCY_MCP_UPLOAD_SECRET>"
GENCY_MCP_OAUTH_RESOURCE = "<your GENCY_MCP_OAUTH_RESOURCE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gency-mcp": {
"command": "npx",
"args": [
"-y",
"@gency-ai/gency-mcp"
],
"env": {
"GENCY_API_URL": "<your GENCY_API_URL>",
"GENCY_OAUTH_CLIENT_ID": "<your GENCY_OAUTH_CLIENT_ID>",
"GENCY_OAUTH_CLIENT_SECRET": "<your GENCY_OAUTH_CLIENT_SECRET>",
"GENCY_OAUTH_API_BASE": "<your GENCY_OAUTH_API_BASE>",
"GENCY_OAUTH_SCOPE": "<your GENCY_OAUTH_SCOPE>",
"GENCY_MCP_ALLOWED_CLIENT_IDS": "<your GENCY_MCP_ALLOWED_CLIENT_IDS>",
"GENCY_MCP_UPLOAD_SECRET": "<your GENCY_MCP_UPLOAD_SECRET>",
"GENCY_MCP_OAUTH_RESOURCE": "<your GENCY_MCP_OAUTH_RESOURCE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gency-mcp": {
"command": "npx",
"args": [
"-y",
"@gency-ai/gency-mcp"
],
"env": {
"GENCY_API_URL": "<your GENCY_API_URL>",
"GENCY_OAUTH_CLIENT_ID": "<your GENCY_OAUTH_CLIENT_ID>",
"GENCY_OAUTH_CLIENT_SECRET": "<your GENCY_OAUTH_CLIENT_SECRET>",
"GENCY_OAUTH_API_BASE": "<your GENCY_OAUTH_API_BASE>",
"GENCY_OAUTH_SCOPE": "<your GENCY_OAUTH_SCOPE>",
"GENCY_MCP_ALLOWED_CLIENT_IDS": "<your GENCY_MCP_ALLOWED_CLIENT_IDS>",
"GENCY_MCP_UPLOAD_SECRET": "<your GENCY_MCP_UPLOAD_SECRET>",
"GENCY_MCP_OAUTH_RESOURCE": "<your GENCY_MCP_OAUTH_RESOURCE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gency-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gency-ai/gency-mcp"
],
"env": {
"GENCY_API_URL": "<your GENCY_API_URL>",
"GENCY_OAUTH_CLIENT_ID": "<your GENCY_OAUTH_CLIENT_ID>",
"GENCY_OAUTH_CLIENT_SECRET": "<your GENCY_OAUTH_CLIENT_SECRET>",
"GENCY_OAUTH_API_BASE": "<your GENCY_OAUTH_API_BASE>",
"GENCY_OAUTH_SCOPE": "<your GENCY_OAUTH_SCOPE>",
"GENCY_MCP_ALLOWED_CLIENT_IDS": "<your GENCY_MCP_ALLOWED_CLIENT_IDS>",
"GENCY_MCP_UPLOAD_SECRET": "<your GENCY_MCP_UPLOAD_SECRET>",
"GENCY_MCP_OAUTH_RESOURCE": "<your GENCY_MCP_OAUTH_RESOURCE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gency-mcp": {
"command": "npx",
"args": [
"-y",
"@gency-ai/gency-mcp"
],
"env": {
"GENCY_API_URL": "<your GENCY_API_URL>",
"GENCY_OAUTH_CLIENT_ID": "<your GENCY_OAUTH_CLIENT_ID>",
"GENCY_OAUTH_CLIENT_SECRET": "<your GENCY_OAUTH_CLIENT_SECRET>",
"GENCY_OAUTH_API_BASE": "<your GENCY_OAUTH_API_BASE>",
"GENCY_OAUTH_SCOPE": "<your GENCY_OAUTH_SCOPE>",
"GENCY_MCP_ALLOWED_CLIENT_IDS": "<your GENCY_MCP_ALLOWED_CLIENT_IDS>",
"GENCY_MCP_UPLOAD_SECRET": "<your GENCY_MCP_UPLOAD_SECRET>",
"GENCY_MCP_OAUTH_RESOURCE": "<your GENCY_MCP_OAUTH_RESOURCE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gency-mcp": {
"command": "npx",
"args": [
"-y",
"@gency-ai/gency-mcp"
],
"env": {
"GENCY_API_URL": "<your GENCY_API_URL>",
"GENCY_OAUTH_CLIENT_ID": "<your GENCY_OAUTH_CLIENT_ID>",
"GENCY_OAUTH_CLIENT_SECRET": "<your GENCY_OAUTH_CLIENT_SECRET>",
"GENCY_OAUTH_API_BASE": "<your GENCY_OAUTH_API_BASE>",
"GENCY_OAUTH_SCOPE": "<your GENCY_OAUTH_SCOPE>",
"GENCY_MCP_ALLOWED_CLIENT_IDS": "<your GENCY_MCP_ALLOWED_CLIENT_IDS>",
"GENCY_MCP_UPLOAD_SECRET": "<your GENCY_MCP_UPLOAD_SECRET>",
"GENCY_MCP_OAUTH_RESOURCE": "<your GENCY_MCP_OAUTH_RESOURCE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.gency%2Fgency-mcp)<a href="https://mcptoplist.com/server/ai.gency%2Fgency-mcp"><img src="https://mcptoplist.com/badge/ai.gency%2Fgency-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
studiolab-dev
Other servers by studiolab-dev
View all studiolab-dev servers →Available versions (2)
| Version | Published |
|---|---|
| 0.6.0 | Jul 30, 2026 |
| 0.4.1 | Jul 29, 2026 |
Frequently asked questions
- Who maintains Gency MCP Server?
- Gency MCP Server is maintained by studiolab-dev, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Gency MCP Server listed on the Official MCP Registry?
- Yes — Gency MCP Server is listed on the Official MCP Registry.
- How many versions does Gency MCP Server have?
- MCP Toplist tracks 2 versions of Gency MCP Server, most recently published on Jul 30, 2026.
- Where can I find the source code for Gency MCP Server?
- The source code for Gency MCP Server is hosted at github.com/studiolab-dev/gency-mcp.