MCP Server for Intercom
@raoulbia-ai
关于 MCP Server for Intercom
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-for-intercom": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-intercom",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server for Intercom?
An MCP-compliant server that enables AI assistants to access and analyze customer support data from Intercom. It allows searching conversations and tickets with advanced filtering by customer, status, date range, and keywords.
How to use MCP Server for Intercom?
Install the package globally via npm (npm install -g mcp-server-for-intercom) or use Docker. Set the INTERCOM_ACCESS_TOKEN environment variable with your Intercom API token, then run intercom-mcp. Configure it as an MCP server in Claude Desktop by adding the intercom-mcp entry to claude_desktop_config.json. The server exposes four tools: list_conversations, search_conversations_by_customer, search_tickets_by_status, and search_tickets_by_customer.
Key features of MCP Server for Intercom
- Search conversations and tickets with advanced filtering
- Filter by customer, status, date range, and keywords
- Search by email content even when no contact exists
- Efficient server-side filtering via Intercom's search API
- Seamless integration with MCP-compliant AI assistants
- Retrieves conversations and tickets within configurable date ranges
Use cases of MCP Server for Intercom
- List all conversations from a given period, optionally filtering by keyword
- Find all conversations from a specific customer by email or Intercom ID
- Retrieve tickets by their current status (open, pending, resolved)
- Look up tickets associated with a particular customer
FAQ from MCP Server for Intercom
What runtime dependencies does it require?
Node.js 18.0.0 or higher and a valid Intercom API token with account-level API access.
How is authentication handled?
Authentication is configured via the INTERCOM_ACCESS_TOKEN environment variable set to your Intercom API token.
What data can this server access?
It searches and retrieves conversations and tickets from your Intercom workspace using Intercom's search API.
Are there any known limits on the supported operations?
Yes, the list_conversations tool requires a date range not exceeding 7 days.
Is this project officially affiliated with Intercom?
No. This is an independent integration and is not affiliated with, officially connected to, or endorsed by Intercom Inc.
数据与分析 分类下的更多 MCP 服务器
Salesforce MCP Server
tsmztechSalesforce MCP Server
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
评论