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
Enables AI assistants to send push notifications via the Pushover service.
Personalized music recommendations and playlist management for TIDAL, powered by its API and LLM filtering.
A server for interacting with LinkedIn, including authentication and posting capabilities.
Send emails via SMTP. Requires SMTP server credentials to be configured through environment variables.
A read-only MCP server for Slack by CData, enabling LLMs to query live Slack data. Requires the CData JDBC Driver for Slack.
An MCP service for device communication and PWM control via the MQTT protocol.
Manage your X (Twitter) account using the Apex social media infrastructure. Requires an Apex API Key.
An MCP server for seamless integration with the Kick.com API.
A Slack integration server that allows natural language interaction with the Slack API within the Cursor IDE.
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)