Unipile MCP Server
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Allows interaction with Instagram direct messages, enabling message retrieval and management through the Unipile messaging platform.
Provides access to Facebook Messenger conversations, allowing retrieval and management of messages through Unipile's platform.
Supports retrieval and management of Slack messages through the Unipile messaging platform.
Unipile MCP Server
MCP server for using Unipile to access messages across multiple messaging platforms.
Overview
A Model Context Protocol (MCP) server implementation that provides integration with the Unipile messaging platform. This server enables AI models to interact with messages from various messaging platforms (Mobile, Mail, WhatsApp, LinkedIn, Slack, Twitter, Telegram, Instagram, Messenger) through a standardized interface.
For more information about the Model Context Protocol and how it works, see Anthropic's MCP documentation.
Unipile Subscription
To use the Unipile services, a subscription is required. I am not paid by Unipile to do this; I am simply a user who loves using Unipile because it works effectively. For more details on the subscription and features, visit the Unipile Messaging API page.
Communication Capabilities
With Unipile, you can communicate seamlessly across a wide range of social platforms. This includes popular messaging services such as:
- LinkedIn: Engage with professional contacts, send messages, and manage your LinkedIn interactions directly through the Unipile interface.
- WhatsApp: Send and receive messages, manage chats, and stay connected with your contacts.
- Instagram: Interact with followers, respond to direct messages, and manage your Instagram communications.
- Messenger: Communicate with friends and family through Facebook Messenger.
- Telegram: Access your Telegram chats and messages effortlessly.
Unipile's integration with these platforms allows for a unified communication experience, making it easier to manage interactions across different services. This is particularly beneficial for users who rely on LinkedIn for professional networking, as it enables them to leverage AI capabilities, such as Claude, to enhance their communication strategies.
Components
Resources
The server exposes the following resources:
unipile://messages
: A dynamic resource that provides access to messages from connected messaging platforms
Example Prompts
- Get all messages from a chat:Copy
Tools
The server offers several tools for accessing Unipile data:
Message Management Tools
unipile_get_chat_messages
- Retrieve all messages from a specific chat with pagination support
- Input: chat_id (required), batch_size (optional, default: 100)
- Returns: Array of message objects
Setup
You'll need a Unipile DSN and API key. You can obtain these from your Unipile dashboard.
Environment Variables
UNIPILE_DSN
: Your Unipile DSN (e.g. api8.unipile.com:13851)UNIPILE_API_KEY
: Your Unipile API key
Note: Keep your API key secure and never commit it to version control.
Docker Installation
You can either build the image locally or pull it from Docker Hub. The image is built for the Linux platform.
Supported Platforms
- Linux/amd64
- Linux/arm64
- Linux/arm/v7
Option 1: Pull from Docker Hub
Option 2: Build Locally
Run the container:
Cross-Platform Publishing
To publish the Docker image for multiple platforms, you can use the docker buildx
command. Follow these steps:
- Create a new builder instance (if you haven't already):Copy
- Build and push the image for multiple platforms:Copy
- Verify the image is available for the specified platforms:Copy
Usage with Claude Desktop
Docker Usage
Development
To set up the development environment:
License
This project is licensed under the MIT License.
You must be authenticated.
Enables AI models to interact with messages from various messaging platforms (Mobile, Mail, WhatsApp, LinkedIn, Slack, Twitter, Telegram, Instagram, Messenger) through a standardized interface.
- Overview
- Unipile Subscription
- Communication Capabilities
- Components
- Setup
- Cross-Platform Publishing
- Usage with Claude Desktop
- Development
- License