intercom-mcp

acunningham-ship-it/intercom-mcp
★ 0 stars JavaScript AI/LLM Updated today
A message bus / coordination layer for AI agent fleets — MCP server letting Claude Code (or any MCP client) sessions ask, answer, and broadcast. No daemon, no port; shared SQLite + a live fleet dashboard.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "intercom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "acunningham-ship-it/intercom-mcp"
      ]
    }
  }
}