Fast Intercom MCP MCP Server

High-performance Model Context Protocol (MCP) server for Intercom conversation analytics. Provides fast, local access to Intercom conversations

Local serverstdioPython

What is the Fast Intercom MCP MCP server?

High-performance Model Context Protocol (MCP) server for Intercom conversation analytics. Provides fast, local access to Intercom conversations through intelligent. That is what the fast intercom mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

  • 🚀 Fast Local Access — Sub-100ms response times for conversation searches
  • 🧠 Intelligent Sync — Request-triggered background updates ensure fresh data
  • 💾 Efficient Storage — SQLite-based local storage (~2KB per conversation)
  • 🔍 Powerful Search — Natural language timeframes and text search
  • ⚡ MCP Integration — Direct integration with Claude Desktop and MCP clients

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

The tools it exposes

The server publishes 8 tools. What each one is for:

  • Installation — The Installation tool exposed by this server
  • Setup — The Setup tool exposed by this server
  • Components — The Components tool exposed by this server
  • Testing — The Testing tool exposed by this server
  • search_conversations — The search_conversations tool exposed by this server
  • get_conversation — The get_conversation tool exposed by this server
  • get_server_status — The get_server_status tool exposed by this server
  • sync_conversations — The sync_conversations tool exposed by this server

What it needs from you

Configuration is passed through the environment: INTERCOM_ACCESS_TOKEN, FASTINTERCOM_LOG_LEVEL, YOUR_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Fast Intercom MCP's toolset — Installation, Setup, Components and 5 more — is a fair guide to whether it matches your workflow. It is maintained by evolsb; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
InstallationThe Installation tool exposed by this server.
SetupThe Setup tool exposed by this server.
ComponentsThe Components tool exposed by this server.
TestingThe Testing tool exposed by this server.
search_conversationsThe search_conversations tool exposed by this server.
get_conversationThe get_conversation tool exposed by this server.
get_server_statusThe get_server_status tool exposed by this server.
sync_conversationsThe sync_conversations tool exposed by this server.

How to install the Fast Intercom MCP MCP server

{
  "mcpServers": {
    "fast-intercom-mcp": {
      "command": "fast-intercom-mcp",
      "args": ["start"],
      "env": {
        "INTERCOM_ACCESS_TOKEN": "your_token_here"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
INTERCOM_ACCESS_TOKENCredential the server authenticates with.Yes
FASTINTERCOM_LOG_LEVELConfiguration value read at startup.Optional
YOUR_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Fast Intercom MCP to Installation.
  • Use Fast Intercom MCP to Setup.
  • Use Fast Intercom MCP to Components.

Frequently asked questions

It connects Fast Intercom MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (Installation, Setup, Components, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Fast Intercom MCP directly.