A Model Context Protocol (MCP) server for integrating Hootsuite with GenAI applications.
Social media management platform
- Comprehensive Hootsuite API coverage
- Multiple authentication methods
- Enterprise-ready with rate limiting
- Full error handling and retry logic
- Async support for better performance
pip install hootsuite-mcp-serverOr install from source:
git clone https://github.com/asklokesh/hootsuite-mcp-server.git
cd hootsuite-mcp-server
pip install -e .Create a .env file or set environment variables according to Hootsuite API requirements.
from hootsuite_mcp import HootsuiteMCPServer
# Initialize the server
server = HootsuiteMCPServer()
# Start the server
server.start()MIT License - see LICENSE file for details