mcpbeat Sign in

Intercom MCP Server

by muhammadtalhamt Your server? Claim it
local only

Intercom runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 19 Aug 2026.

Relays messages between two Claude Code sessions on different machines using the Channels API

Installs per day peak 153 · avg 6
a month agotoday
101
Installs / week
npm · claude-intercom
15
Stars
0 open issues
19 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 14 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const m = /^(\d+)\s*(s|m|h)$/i.exec(input.trim())

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add intercom -- npx -y claude-intercom
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "intercom": {
      "args": [
        "-y",
        "claude-intercom"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.intercom]
command = "npx"
args = ["-y", "claude-intercom"]
.cursor/mcp.json
{
  "mcpServers": {
    "intercom": {
      "args": [
        "-y",
        "claude-intercom"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "intercom": {
      "args": [
        "-y",
        "claude-intercom"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Intercom

same job, measured the same way
Baton
by kasabeh

Pass the baton between coding agents: convert sessions across Claude Code, OpenCode, Codex & more.

85 installs/wk local only
Claude Bridge MCP
by rahuljava2807

Pipes Claude Code session output into Claude Chat — no more copy-paste between tools

59 installs/wk local only
Claude Code Ultimate Guide
by florianbruniaux

Search the Claude Code Ultimate Guide and machine-readable references from any MCP client.

149 installs/wk local only
Claude Chat
by codechap

Anthropic Claude Messages API MCP server — chat, vision, web search, extended thinking

local only
Claude Code Bridge from Essential AI Solutions (essentialai.uk)
by eaisdevelopment

MCP bridge for inter-session communication between Claude Code instances

54 installs/wk local only
Claude Handoff
by vasilispapg

Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.

4 799 installs/wk local only
showagent
by aytzey

Search, resume and convert AI coding sessions (Claude Code, Codex, Gemini, OpenCode, Pi) over MCP.

local only
AI R
by pro-target

Read local AI agent sessions (Claude Code, Codex, OpenCode, Antigravity, Pi): intents, plans, tools

51 installs/wk local only

Intercom — questions

Answers built from our own checks of this server.

Why is there no uptime for Intercom?
Intercom runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package claude-intercom was installed 101 times last week.
How do I connect Intercom?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls claude-intercom straight from npm; nothing to host, nothing to sign up for.
How many people use Intercom?
The npm package claude-intercom was installed 101 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Intercom open source?
Yes — it is published under the MIT licence, written in TypeScript and 15 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.