High-performance Model Context Protocol (MCP) server for Intercom conversation analytics. Provides fast, local access to Intercom conversations
FastIntercomMCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. High-performance Model Context Protocol (MCP) server for Intercom conversation analytics. Provides fast, local access to Intercom conversations through intelligent caching and background synchronization.
Once FastIntercomMCP is connected, these are the calls the assistant has available:
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 serverSetup 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.
You will need 3 environment variables: INTERCOM_ACCESS_TOKEN, FASTINTERCOM_LOG_LEVEL, YOUR_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the file and storage access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. FastIntercomMCP'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.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| 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.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.