Intercom MCP Server

Communicationstdiov0.1.0
代码仓库

MCP server for Intercom. Lets AI agents search and read conversations and contacts, retrieve message history, and query help-center articles via the Intercom API. Useful for support analytics, conversation summarization, and building assistants that reason over customer communications.

连接

将此配置添加到 .claude/mcp.json

{
  "mcpServers": {
    "intercom": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-intercom"
      ],
      "env": {
        "INTERCOM_ACCESS_TOKEN": "<YOUR_INTERCOM_ACCESS_TOKEN>"
      }
    }
  }
}

工具 (2)

search_conversations

Search Intercom conversations by query and filters (date, state, contact).

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query"
    }
  }
}

get_conversation

Retrieve a full Intercom conversation thread by ID.

{
  "type": "object",
  "required": [
    "conversation_id"
  ],
  "properties": {
    "conversation_id": {
      "type": "string",
      "description": "Intercom conversation ID"
    }
  }
}

资源

此服务器未提供任何资源。

提示词

此服务器未提供任何提示词。

服务器信息

作者
Fabian Piau (@fabianpiau)
代码仓库
https://github.com/fabian1710/mcp-intercom
许可证
MIT
版本
0.1.0
星标
140
最后更新
2026年7月9日