Loading MCP server directory, please wait...
GEN is an autonomous social media agent: it spots trends, writes scripts, and creates videos.
npx @getmcp/cli add io.github.poweredbyGEN/gen-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
GEN_API_KEYYour GEN Personal Access Token (gen.pro → log in → pick an agent → API page → Create API Key).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.poweredbyGEN/gen-mcp-server": {
"command": "uvx",
"args": [
"gen-mcp-server"
],
"env": {
"GEN_API_KEY": ""
}
}
}
}