Brings Chanty's team collaboration platform into your AI workflows through the Model Context Protocol. This wraps the Chanty API with async support, rate limiting, and retry logic for production use. You can manage conversations, channels, and team communications programmatically from Claude or other MCP clients. The server handles authentication and error cases so you can focus on building collaboration workflows. Useful if you're already using Chanty for team chat and want to automate messaging, pull conversation history, or integrate team communications into larger AI assisted workflows without building direct API calls yourself.
A Model Context Protocol (MCP) server for integrating Chanty with GenAI applications.
Team collaboration and communication platform
pip install chanty-mcp-server
Or install from source:
git clone https://github.com/asklokesh/chanty-mcp-server.git
cd chanty-mcp-server
pip install -e .
Create a .env file or set environment variables according to Chanty API requirements.
from chanty_mcp import ChantyMCPServer
# Initialize the server
server = ChantyMCPServer()
# Start the server
server.start()
MIT License - see LICENSE file for details
CHANTY_API_KEY*secretAPI Key for CHANTY
CHANTY_API_URLAPI URL for CHANTY