bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
io.github.MuhammadTalhaMT/intercom · v2.1.0
Relays messages between two Claude Code sessions on different machines using the Channels API
intercom 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"intercom": {
"command": "npx",
"args": [
"-y",
"claude-intercom"
],
"env": {
"MY_ROLE": "<MY_ROLE>",
"REMOTE_HOST": "<REMOTE_HOST>",
"INTERCOM_SECRET": "<INTERCOM_SECRET>"
}
}
}
}MY_ROLE必填Label for this instance, e.g. backend or frontend. Appears in message tags so the other side knows who is talking.
REMOTE_HOST必填Address of the other machine as host:port. A Tailscale address is recommended over a public one.
INTERCOM_SECRET必填secretShared 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.
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "io.github.MuhammadTalhaMT/intercom",
"type": "mcp-server",
"version": "2.1.0",
"displayName": "intercom",
"description": "Relays messages between two Claude Code sessions on different machines using the Channels API",
"repository": {
"url": "https://github.com/MuhammadTalhaMT/claude-intercom",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "claude-intercom",
"version": "2.1.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "MY_ROLE",
"description": "Label for this instance, e.g. backend or frontend. Appears in message tags so the other side knows who is talking.",
"isRequired": true
},
{
"name": "REMOTE_HOST",
"description": "Address of the other machine as host:port. A Tailscale address is recommended over a public one.",
"isRequired": true
},
{
"name": "INTERCOM_SECRET",
"description": "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.",
"isRequired": true,
"isSecret": true
},
{
"name": "INTERCOM_PORT",
"description": "Port to listen on for incoming messages. Defaults to 8788."
},
{
"name": "INTERCOM_HOST",
"description": "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."
},
{
"name": "INTERCOM_SEND_TIMEOUT_MS",
"description": "How long an outbound POST may hang before giving up. Defaults to 10000."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.MuhammadTalhaMT/intercom",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.MuhammadTalhaMT%2Fintercom/versions/latest",
"isOfficial": true,
"status": "active"
}
}