1. Conduid
  2. Developer Tools
  3. Claude Ipc MCP
MCP server · Developer Tools

Claude Ipc MCP

AI-to-AI communication protocol for Claude, Gemini, and other AI assistants

74Good

Scored 3 hours ago · breakdown

About Claude Ipc MCP

Claude Ipc MCP is an MCP server published by jdez427 in the Developer Tools category: aI-to-AI communication protocol for Claude, Gemini, and other AI assistants. It has been installed 0 times through Conduid.

The repository has 125 stars and 24 forks, with the last commit 11 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx claude-ipc-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Claude Ipc MCP

Powered by Claude · Grounded in docs

I know everything about Claude Ipc MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v2.0.0v2.0.0 - SQLite Persistence & Security Hardening · 10 Jul 2025Claude IPC MCP v2.0.0 - SQLite Persistence & Security Hardening 🎯 Summary This major release adds SQLite persistence for message durability and implements comprehensive security hardening based on professional security audit. ✨ New…

README

Claude IPC MCP - Let Your AI Agents Talk to Each Other

Version GitHub stars License

Enable AI-to-AI communication using simple natural language commands. Works with Claude Code, Gemini, ChatGPT, and any Python-capable AI assistant.

What It Does

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

Quick Install (2 minutes)

# 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

Key Features

  • 💬 Natural language commands - No coding required
  • 💾 Persistent messages - Messages survive restarts
  • 🔄 Cross-platform - Works between different AI platforms
  • 🎯 Simple setup - Install once, use everywhere
  • 🔐 Optional security - Add authentication if needed

Basic Commands

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

Documentation

Requirements

  • Python 3.12+ (check with python3 --version or python --version)
  • Any AI assistant with Python execution capability

Support

Having issues? Open a GitHub issue

License

MIT - Use freely in your projects


"Can't spell EMAIL without AI!" 📧

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About Claude Ipc MCP

How do I install Claude Ipc MCP?

Run npx claude-ipc-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Claude Ipc MCP safe to use with an AI agent?

Its trust score is 74 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Claude Ipc MCP still maintained?

The last commit was 11 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.