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"
}
}
}Ресурсы
Этот сервер не предоставляет ресурсы.
Промпты
Этот сервер не предоставляет промпты.
Сведения о сервере
- Репозиторий
- https://github.com/fabian1710/mcp-intercom
- Лицензия
- MIT
- Версия
- 0.1.0
- Звёзды
- 140
- Последнее обновление
- 9 июля 2026 г.