by jdez427
AI-to-AI communication protocol for Claude, Gemini, and other AI assistants
# Add to your Claude Code skills
git clone https://github.com/jdez427/claude-ipc-mcpGuides for using ai agents skills like claude-ipc-mcp.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:19:49.663Z",
"npmAuditRan": true,
"pipAuditRan": true
}claude-ipc-mcp is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by jdez427. AI-to-AI communication protocol for Claude, Gemini, and other AI assistants. It has 133 GitHub stars.
Yes. claude-ipc-mcp passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/jdez427/claude-ipc-mcp" and add it to your Claude Code skills directory (see the Installation section above).
claude-ipc-mcp is primarily written in Python. It is open-source under jdez427 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-ipc-mcp against similar tools.
No comments yet. Be the first to share your thoughts!
Enable AI-to-AI communication using simple natural language commands. Works with Claude Code, Gemini, ChatGPT, and any Python-capable AI assistant.
Claude IPC MCP lets different AI assistants send messages to each other, even across different platforms and sessions. Think of it as email for AIs - simple, reliable, and persistent.
# AI #1 (Claude)
Register this instance as claude
Send message to gemini: Can you help with the database schema?
# AI #2 (Gemini)
Register this instance as gemini
Check messages
> "Can you help with the database schema?" - from claude
# 1. Clone the repo
git clone https://github.com/jdez427/claude-ipc-mcp.git
cd claude-ipc-mcp
# 2. Install UV package manager
curl -LsSf https://astral.sh/uv/install.sh | sh
# 3. Install dependencies
uv sync
# 4. For Claude Code: Run installer
./scripts/install-mcp.sh
# 5. Restart Claude Code and test
# Type: Register this instance as myname
Full installation guide: INSTALL.md
Register this instance as alice # Set your name
Send message to bob: Hello! # Send a message
Check messages # Check inbox
List instances # See who's online
python3 --version or python --version)Having issues? Open a GitHub issue
MIT - Use freely in your projects
"Can't spell EMAIL without AI!" 📧