High-performance Model Context Protocol (MCP) server for Intercom conversation analytics. Provides fast, local access to Intercom conversations
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.
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 server publishes 8 tools. What each one is for:
Installation — The Installation tool exposed by this serverSetup — The Setup tool exposed by this serverComponents — The Components tool exposed by this serverTesting — The Testing tool exposed by this serversearch_conversations — The search_conversations tool exposed by this serverget_conversation — The get_conversation tool exposed by this serverget_server_status — The get_server_status tool exposed by this serversync_conversations — The sync_conversations tool exposed by this serverConfiguration 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.
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.
| Tool | What it does |
|---|---|
| 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. |
{
"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.
| Variable | Description | Required |
|---|---|---|
| INTERCOM_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| FASTINTERCOM_LOG_LEVEL | Configuration value read at startup. | Optional |
| YOUR_TOKEN | Credential the server authenticates with. | Yes |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Model Context Protocol (MCP) tool to interact with Claude Desktop on macOS
Upload, search, transform and organise your Cloudinary media library from a chat window