gwanggo-mcp
Enables AI agents to generate images and videos using 30+ models (Seedream, Sora, Veo, etc.) via the Gwanggo API. Provides tools for model listing, image/video generation, task checking, and credit balance.
README
<div align="center">
gwanggo-mcp
Give your AI agent the power to generate images & video.
MCP server + CLI for the Gwanggo API — Seedream, Sora, Veo, Kling, GPT Image and 30+ more models behind one key.
Works with Claude Code · Claude Desktop · Cursor · Codex — anything that speaks MCP.
</div>
You: "우리 신제품 세럼 광고 이미지 만들어줘, 화장품 무드로"
Agent: [calls generate_image with seedream-5] → https://…/result.png
Setup (2 minutes)
1. Connect your account (opens a browser approval — no password pasting):
npx gwanggo-mcp login
New accounts get free credits: sign up at gwanggo.jocoding.io. You can also skip
loginand setGWANGGO_API_KEY(create one at Dashboard → API keys).
2. Add to your agent:
Claude Code
claude mcp add gwanggo -- npx -y gwanggo-mcp
Claude Desktop / Cursor (claude_desktop_config.json / .cursor/mcp.json)
{
"mcpServers": {
"gwanggo": {
"command": "npx",
"args": ["-y", "gwanggo-mcp"]
}
}
}
Codex CLI (~/.codex/config.toml)
[mcp_servers.gwanggo]
command = "npx"
args = ["-y", "gwanggo-mcp"]
To pass the key explicitly instead of login, add "env": { "GWANGGO_API_KEY": "gwk_..." }.
Tools
| Tool | What it does |
|---|---|
list_models |
35+ image/video models with credit costs and per-model options |
generate_image |
Text→image / image edit. Waits for completion, returns the URL |
generate_video |
Text→video / image→video (Seedance 2.0, Kling 3.0, Veo 3.1, Sora 2 …) |
get_task |
Check a previous generation by id |
get_credits |
Remaining credit balance |
Failed generations are auto-refunded server-side.
CLI usage
The same binary doubles as a CLI:
npx gwanggo-mcp models
npx gwanggo-mcp generate image "neon alley cat, cinematic" --model gpt-image-2 --quality high
npx gwanggo-mcp generate video "waves crashing at dawn" --model seedance-2.0 --resolution 720p --duration 5
npx gwanggo-mcp me # credits
npx gwanggo-mcp task <id> # check status
How it works
Thin client over the public Gwanggo /v1 REST API — the same API that powers the open-source Gwanggo Studio. Your key is stored at ~/.config/gwanggo/config.json (0600) and sent only as a Bearer token.
License
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.