claude-intercom
Rank #5,638io.github.MuhammadTalhaMT/intercom
Relays messages between two Claude Code sessions on different machines using the Channels API
claude-intercom is a Model Context Protocol (MCP) server published by MuhammadTalhaMT. It ranks #5,638 of 115,460 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. claude-intercom is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 16, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 109,822 of 115,460 servers on MCP Toplist.
Use claude-intercom
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add intercom -e "MY_ROLE=<your MY_ROLE>" -e "REMOTE_HOST=<your REMOTE_HOST>" -e "INTERCOM_SECRET=<your INTERCOM_SECRET>" -e "INTERCOM_PORT=<your INTERCOM_PORT>" -e "INTERCOM_HOST=<your INTERCOM_HOST>" -e "INTERCOM_SEND_TIMEOUT_MS=<your INTERCOM_SEND_TIMEOUT_MS>" -- npx -y claude-intercomReplace each placeholder with your own value before saving.
[mcp_servers.intercom]
command = "npx"
args = ["-y", "claude-intercom"]
[mcp_servers.intercom.env]
MY_ROLE = "<your MY_ROLE>"
REMOTE_HOST = "<your REMOTE_HOST>"
INTERCOM_SECRET = "<your INTERCOM_SECRET>"
INTERCOM_PORT = "<your INTERCOM_PORT>"
INTERCOM_HOST = "<your INTERCOM_HOST>"
INTERCOM_SEND_TIMEOUT_MS = "<your INTERCOM_SEND_TIMEOUT_MS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intercom": {
"command": "npx",
"args": [
"-y",
"claude-intercom"
],
"env": {
"MY_ROLE": "<your MY_ROLE>",
"REMOTE_HOST": "<your REMOTE_HOST>",
"INTERCOM_SECRET": "<your INTERCOM_SECRET>",
"INTERCOM_PORT": "<your INTERCOM_PORT>",
"INTERCOM_HOST": "<your INTERCOM_HOST>",
"INTERCOM_SEND_TIMEOUT_MS": "<your INTERCOM_SEND_TIMEOUT_MS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intercom": {
"command": "npx",
"args": [
"-y",
"claude-intercom"
],
"env": {
"MY_ROLE": "<your MY_ROLE>",
"REMOTE_HOST": "<your REMOTE_HOST>",
"INTERCOM_SECRET": "<your INTERCOM_SECRET>",
"INTERCOM_PORT": "<your INTERCOM_PORT>",
"INTERCOM_HOST": "<your INTERCOM_HOST>",
"INTERCOM_SEND_TIMEOUT_MS": "<your INTERCOM_SEND_TIMEOUT_MS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"intercom": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-intercom"
],
"env": {
"MY_ROLE": "<your MY_ROLE>",
"REMOTE_HOST": "<your REMOTE_HOST>",
"INTERCOM_SECRET": "<your INTERCOM_SECRET>",
"INTERCOM_PORT": "<your INTERCOM_PORT>",
"INTERCOM_HOST": "<your INTERCOM_HOST>",
"INTERCOM_SEND_TIMEOUT_MS": "<your INTERCOM_SEND_TIMEOUT_MS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intercom": {
"command": "npx",
"args": [
"-y",
"claude-intercom"
],
"env": {
"MY_ROLE": "<your MY_ROLE>",
"REMOTE_HOST": "<your REMOTE_HOST>",
"INTERCOM_SECRET": "<your INTERCOM_SECRET>",
"INTERCOM_PORT": "<your INTERCOM_PORT>",
"INTERCOM_HOST": "<your INTERCOM_HOST>",
"INTERCOM_SEND_TIMEOUT_MS": "<your INTERCOM_SEND_TIMEOUT_MS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intercom": {
"command": "npx",
"args": [
"-y",
"claude-intercom"
],
"env": {
"MY_ROLE": "<your MY_ROLE>",
"REMOTE_HOST": "<your REMOTE_HOST>",
"INTERCOM_SECRET": "<your INTERCOM_SECRET>",
"INTERCOM_PORT": "<your INTERCOM_PORT>",
"INTERCOM_HOST": "<your INTERCOM_HOST>",
"INTERCOM_SEND_TIMEOUT_MS": "<your INTERCOM_SEND_TIMEOUT_MS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MuhammadTalhaMT%2Fintercom)<a href="https://mcptoplist.com/server/io.github.MuhammadTalhaMT%2Fintercom"><img src="https://mcptoplist.com/badge/io.github.MuhammadTalhaMT%2Fintercom.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
MuhammadTalhaMT
Available versions (2)
| Version | Published |
|---|---|
| 2.1.0 | Aug 19, 2026 |
| 2.0.0 | Aug 16, 2026 |
Frequently asked questions
- Who maintains claude-intercom?
- claude-intercom is maintained by MuhammadTalhaMT, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is claude-intercom listed on the Official MCP Registry?
- Yes — claude-intercom is listed on the Official MCP Registry, alongside Glama.
- How many versions does claude-intercom have?
- MCP Toplist tracks 2 versions of claude-intercom, most recently published on Aug 19, 2026.
- Where can I find the source code for claude-intercom?
- The source code for claude-intercom is hosted at github.com/MuhammadTalhaMT/claude-intercom.