MCP server for Hootsuite API integration
A Model Context Protocol (MCP) server for integrating Hootsuite with GenAI applications.
Social media management platform
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