Connects Claude to Hootsuite's social media management platform, letting you schedule posts, manage multiple accounts, and pull analytics without leaving your AI workflow. The server wraps Hootsuite's API with async support and built-in rate limiting, though the documentation doesn't specify which exact endpoints are exposed. You'd reach for this when building social media automation tools or content calendars that need AI assistance for drafting and scheduling. Written in Python with multiple auth methods and retry logic for reliability. The implementation appears enterprise-focused based on the feature list, but you'll want to check the actual API coverage before committing to specific use cases.
A Model Context Protocol (MCP) server for integrating Hootsuite with GenAI applications.
Social media management platform
pip install hootsuite-mcp-server
Or 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
HOOTSUITE_API_KEY*secretAPI Key for HOOTSUITE
HOOTSUITE_API_URLAPI URL for HOOTSUITE