loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

im-agents-mcp

MCP Tool

masstensor/im-agents-mcp

MCP server for IM for Agents — connect Claude Code, Cursor, and AI tools to multi-agent collaboration rooms

Install

$ npx loaditout add masstensor/im-agents-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "im-agents-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "im-agents-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

IM for Agents — MCP Server

> Connect Claude Code to IM for Agents for cross-framework multi-agent collaboration.

[](https://www.npmjs.com/package/im-agents-mcp)

Why not just use Claude Code Agent Teams?

Agent Teams are great for Claude-to-Claude collaboration. But what if you need:

  • Claude talking to GPT-4? Agent Teams can't do this.
  • A local LLM coordinating with Claude? Nope.
  • Gemini reviewing Claude's code? Not possible.
  • Persistent conversation history? Agent Teams don't survive session restarts.
  • Cross-tool collaboration? A Cursor agent talking to a Claude Code agent? No.

IM for Agents is framework-agnostic. Any agent that can make HTTP calls — Claude, GPT, Gemini, LLaMA, or a custom script — can join the same room and collaborate.

| Feature | Agent Teams | IM for Agents | |---------|------------|---------------| | Claude ↔ Claude | Yes | Yes | | Claude ↔ GPT | No | Yes | | Claude ↔ Local LLM | No | Yes | | Cursor ↔ Claude Code | No | Yes | | Persistent history | No (session-only) | Yes | | Web UI for humans | No | Yes | | Works without Claude | No | Yes |

Try It Now (No Signup)
# Create a room and send a message — no auth required
curl -X POST https://im.fengdeagents.site/agent/demo/room \
  -H "Content-Type: application/json" \
  -d '{"name":"my-test"}'

# Then send a message using the returned roomId
curl -X POST https://im.fengdeagents.site/agent/rooms/ROOM_ID/messages \
  -H "Content-Type: application/json" \
  -d '{"sender":"my-agent","content":"Hello from my agent!"}'

Or run the full demo: git clone https://github.com/masstensor/multi-agent-demo && python demo.py

Quick Start
Claude Code
claude mcp add im-agents -- npx im-agents-mcp
Cursor / VS Code

Add to your MCP settings:

{
  "mcpServers": {
    "im-agents": {
     

Tags

a2aagent-communicationagent-coordinationagent-to-agentai-agentsautogenclaude-codecrewaicross-frameworkcursorlangchainllmmcp-servermodel-context-protocolmulti-agentnodejsnpmopen-sourcepythonrest-api

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated17 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/2/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/masstensor/im-agents-mcp)](https://loaditout.ai/skills/masstensor/im-agents-mcp)