Skip to content

MCP server

Intercom MCP server

Intercom's official hosted MCP server lets AI search conversations, contacts, companies and help articles, create articles and add notes.

At a glance

Maintained by
Intercom
Tools exposed
10 listed below
Reviewed
September 24, 2026

Why it matters

What it does and why it matters

Intercom handles customer messaging and support for many software companies. Its official hosted MCP server lets an assistant search and fetch conversations, contacts and companies, search help articles, create articles and add internal notes. It is available for US and EU workspaces.

Product and support teams can ask questions such as "what are customers saying about the new billing page" and get answers drawn from real conversations.

Most tools read data. Creating articles and adding internal notes are the main write actions. Conversations contain personal data, so we limit who can connect the server and avoid exporting conversation text into other tools.

Used well, it closes the loop between support and product: the questions customers ask most often become help articles, and patterns in conversations reach the product team in days instead of months.

Use cases

Best business use cases

Voice of the customer

Find what customers say about a feature. See feedback analysis.

Customer context

Summarize a customer's history before a call.

Help center gaps

Find questions the help center does not answer.

Draft articles

Draft help articles from common questions.

Internal notes

Add summaries to conversations for the team.

Tools

Available tools

Tool names as published by the maintainer at review time. Versions change, so check the repository for the current list.

Read and write: Mostly read (conversations, contacts, companies); write for Help Center articles and internal notes.

  • search

    Search conversations and contacts.

  • fetch

    Get full details of a resource by ID.

  • search_conversations

    Search conversations with filters.

  • get_conversation

    Get one conversation.

  • search_contacts

    Search contacts.

  • get_contact

    Get a contact's details.

  • list_companies

    List companies.

  • search_articles

    Search Help Center articles.

  • create_article

    Create a Help Center article.

  • add_internal_note

    Add a teammate-only note to a conversation.

Workflows

Example workflows

Find help center gaps

  1. 1

    Search conversations from the last month.

  2. 2

    The assistant groups common questions.

  3. 3

    It searches existing articles.

  4. 4

    It lists questions without an article.

  5. 5

    It drafts articles for review.

Prepare for a customer call

  1. 1

    Name the customer.

  2. 2

    The assistant finds the contact and company.

  3. 3

    It summarizes recent conversations.

  4. 4

    It lists open issues.

  5. 5

    The account manager goes in prepared.

Prompts

Example prompts

  • “What are customers saying about the new billing page this month?”

  • “Summarize the recent conversations with Harbor Group.”

  • “Which common questions have no help article yet?”

Setup

Installation and configuration

Examples for Claude Desktop and Claude Code. Replace the placeholder values with your own keys, and store secrets outside version control.

Claude Desktop: claude_desktop_config.json

{
    "mcpServers": {
        "intercom": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.intercom.com/mcp"
            ]
        }
    }
}

Claude Code: terminal

claude mcp add --transport http intercom https://mcp.intercom.com/mcp
  • Hosted server: https://mcp.intercom.com/mcp (EU: https://mcp.eu.intercom.com/mcp; SSE endpoints deprecated).
  • Needs: OAuth (recommended) or Bearer Intercom API token..

Security

Security considerations

  • Right user, right access

    Connect with a user whose CRM role fits the task, not an admin.

  • Start read-only

    Begin with lookups. Add create and update actions one at a time.

  • Customer data

    Conversations hold personal data. Limit access and avoid exporting text.

  • Audit changes

    Review records changed through the assistant, especially in the first weeks.

Related servers

Servers that pair well with it

Zendesk

A community MCP server that lets AI read Zendesk tickets, comments and attachments, create tickets and add comments.

HubSpot

HubSpot's official hosted MCP server lets AI search and manage CRM records, query CRM data and work with marketing emails, pages and posts.

Notion

Notion's official hosted MCP server lets AI search and read pages, create and update pages and databases, query data and add comments.

Keep exploring

FAQ

Questions people ask us

Have a question that is not here? Ask us directly.

Start a project

Want this connected to your own systems? We build AI workflows with MCP.

Send a short brief. We reply with questions, a suggested plan and an estimate you can compare with other offers.

Your privacy choices

We use necessary storage to run this site. With your permission we also use Google Analytics to see which pages help people, and load maps from Google. You can change this at any time. Read the cookie policy.