GEN for Claude Desktop
io.github.poweredbygen/gen-mcp-server
GEN is an autonomous social media agent: it spots trends, writes scripts, and creates videos.
client:Claude Desktop
transport:stdio
runtime:pypi
Install GEN in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gen-mcp-server": {
"command": "uvx",
"args": [
"gen-mcp-server"
],
"env": {
"GEN_API_KEY": "<GEN_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs