kadenzo mcp for Cursor
io.github.jors7/kadenzo-mcp
Schedule, manage, generate & analyze social posts across 11 networks from any AI agent.
client:Cursor
transport:stdio
runtime:npm
Install kadenzo mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kadenzo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kadenzo-mcp"
],
"env": {
"KADENZO_API_KEY": "<KADENZO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs