GEN for Cursor
io.github.poweredbygen/gen-mcp-server
GEN is an autonomous social media agent: it spots trends, writes scripts, and creates videos.
client:Cursor
transport:stdio
runtime:pypi
Install GEN in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gen-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"gen-mcp-server"
],
"env": {
"GEN_API_KEY": "<GEN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs