MessagingPlatforms
6 stars
Custom
Free and open-source (Note: Individual messaging platforms may have their own pricing)
12/5/2024

About

Unify your chat platform interactions with this versatile Model Context Protocol server that bridges multiple messaging services into a single interface. This implementation enables AI models to seamlessly communicate across various chat platforms like Discord, Slack, Telegram, and more, making it perfect for creating unified messaging experiences while maintaining platform-specific features and security protocols.

Setup Instructions



Clone the repository:

bashCopygit clone https://github.com/amidabuddha/unichat-mcp-server.git

Navigate to project directory:

bashCopycd unichat-mcp-server

Install dependencies:

bashCopynpm install

Configure platforms:

Set up API keys for each platform
Configure webhooks
Set up authentication tokens


Environment setup:

Create .env file
Add platform credentials:
CopyDISCORD_TOKEN=your_token
SLACK_TOKEN=your_token
TELEGRAM_TOKEN=your_token



Run the server:

bashCopynpm start
Note: Requires API keys/tokens for each messaging platform you plan to use

Contributors

Discussion

Please sign in to join the discussion