Loading MCP server directory, please wait...
Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code
npx @getmcp/cli add ai.gency/gency-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.gency/gency-mcp": {
"command": "npx",
"args": [
"-y",
"@gency-ai/gency-mcp"
],
"env": {
"GENCY_API_URL": "https://openapi.gency.ai",
"GENCY_OAUTH_CLIENT_ID": "",
"GENCY_OAUTH_CLIENT_SECRET": "",
"GENCY_OAUTH_API_BASE": "",
"GENCY_OAUTH_SCOPE": "product:read product:write team:read team:write user:read",
"GENCY_MCP_ALLOWED_CLIENT_IDS": "",
"GENCY_MCP_UPLOAD_SECRET": "",
"GENCY_MCP_OAUTH_RESOURCE": ""
}
}
}
}