Provides access to Intercom conversations and chats. Requires an Intercom API key.
A Model Context Protocol (MCP) server that provides access to Intercom conversations and chats. This server allows LLMs to query and analyze your Intercom conversations with various filtering options.
git clone https://github.com/fabian1710/mcp-intercom.git
cd mcp-intercom
npm install
cp .env.example .env
.env
:INTERCOM_API_KEY=your_api_key_here
npm run build
Start the server:
npm start
~/Library/Application Support/Claude/claude_desktop_config.json
on macOS or %AppData%\Claude\claude_desktop_config.json
on Windows):{
"mcpServers": {
"intercom": {
"command": "node",
"args": ["/path/to/mcp-intercom/dist/index.js"],
"env": {
"INTERCOM_API_KEY": "your_api_key_here"
}
}
}
}
Searches Intercom conversations with optional filters.
Parameters:
createdAt
(optional): Object with operator
(e.g., ">", "<", "=") and value
(UNIX timestamp) for filtering by creation date.updatedAt
(optional): Object with operator
(e.g., ">", "<", "=") and value
(UNIX timestamp) for filtering by update date.sourceType
(optional): Source type of the conversation (e.g., "email", "chat").state
(optional): Conversation state to filter by (e.g., "open", "closed").open
(optional): Boolean to filter by open status.read
(optional): Boolean to filter by read status.Example queries:
npm run dev
npm run lint
MIT
Integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
A text-to-speech (TTS) server using the VOICEVOX engine. Requires a running VOICEVOX instance and is currently macOS only.
An MCP server for Claude that integrates with the Evolution API for WhatsApp automation.
Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.
Integrates with Mailtrap Email API.
TikTok integration for getting post details and video subtitles
Allows AI agents to search Gmail threads, learn your writing style, and draft emails.
Enhanced MCP server for Twitter/X with OAuth 2.0 support, v2 API media uploads, smart v1.1 fallbacks, and comprehensive rate limiting. Post tweets with text/media, search, and delete tweets programmatically.
An MCP server for interacting with Slack workspaces using user tokens, without requiring bots or special permissions.