PluginBench
MCP Server
Active
MIT

io.github.MuhammadTalhaMT/intercom MCP Server

io.github.MuhammadTalhaMT/intercom

What is the io.github.MuhammadTalhaMT/intercom MCP server?

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

How to install io.github.MuhammadTalhaMT/intercom

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MY_ROLE
    required

    Label for this instance, e.g. backend or frontend. Appears in message tags so the other side knows who is talking.

  • REMOTE_HOST
    required

    Address of the other machine as host:port. A Tailscale address is recommended over a public one.

  • INTERCOM_SECRET
    required
    secret

    Shared secret authenticating messages between the two instances. Must match on both sides. There is no default: without it the intercom starts unpaired, binds no port, and refuses to send.

  • INTERCOM_PORT

    Port to listen on for incoming messages. Defaults to 8788.

  • INTERCOM_HOST

    Interface to bind the listener to. Defaults to 0.0.0.0. Set 127.0.0.1 when a tunnel fronts the intercom, so only the tunnel can connect.

  • INTERCOM_SEND_TIMEOUT_MS

    How long an outbound POST may hang before giving up. Defaults to 10000.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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>"
      }
    }
  }
}
Claude Code
claude mcp add intercom --env MY_ROLE=<YOUR_MY_ROLE> --env REMOTE_HOST=<YOUR_REMOTE_HOST> --env INTERCOM_SECRET=<YOUR_INTERCOM_SECRET> --env INTERCOM_PORT=<YOUR_INTERCOM_PORT> --env INTERCOM_HOST=<YOUR_INTERCOM_HOST> --env INTERCOM_SEND_TIMEOUT_MS=<YOUR_INTERCOM_SEND_TIMEOUT_MS> -- npx -y claude-intercom

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →