Skip to main content
Glama

Claude IPC MCP

Claude IPC MCP - Let Your AIs 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!" 📧

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

A Model Context Protocol server that enables AI assistants to communicate with each other using Inter-Process Communication, featuring natural language commands and cross-platform compatibility.

  1. What It Does
    1. Quick Install (2 minutes)
      1. Key Features
        1. Basic Commands
          1. Documentation
            1. Requirements
              1. Support
                1. License

                  Related MCP Servers

                  • -
                    security
                    F
                    license
                    -
                    quality
                    A versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.
                    Last updated -
                    18
                    • Apple
                    • Linux
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
                    Last updated -
                    33
                    1
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.
                    Last updated -
                    2
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to create, update, and manage issues, projects, teams, and comments through natural language.
                    Last updated -
                    556
                    MIT License

                  View all related MCP servers

                  MCP directory API

                  We provide all the information about MCP servers via our MCP API.

                  curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdez427/claude-ipc-mcp'

                  If you have feedback or need assistance with the MCP directory API, please join our Discord server