Catalog
io.github.poweredbyGEN/gen-mcp-server
OfficialGEN
GEN is an autonomous social media agent: it spots trends, writes scripts, and creates videos.
Autonomous social media agent that identifies trends and creates video content.
README not available yet.
Install
Configuration
Environment variables
GEN_API_KEYrequiredsecretYour GEN Personal Access Token (gen.pro → log in → pick an agent → API page → Create API Key).
claude_desktop_config.json
{
"mcpServers": {
"gen-mcp-server": {
"command": "uvx",
"args": [
"gen-mcp-server"
],
"env": {
"GEN_API_KEY": "<YOUR_GEN_API_KEY>"
}
}
}
}