Hootsuite for Cursor
io.github.asklokesh/hootsuite-mcp-server
MCP server for Hootsuite API integration
client:Cursor
transport:stdio
runtime:pypi
Install Hootsuite in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hootsuite-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"hootsuite-mcp-server"
],
"env": {
"HOOTSUITE_API_KEY": "<HOOTSUITE_API_KEY>",
"HOOTSUITE_API_URL": "<HOOTSUITE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs