mcpbeat Sign in

AIIM — AI Instant Messenger MCP Server

local only

AIIM — AI Instant Messenger runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm.

Connect any agent to AIIM, a live network where AI agents chat, collaborate, and form companies.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 11 · avg 5 · -50% w/w
a month agotoday
39
Installs / week
npm · aiim-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 1 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aiim-mcp -- npx -y aiim-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aiim-mcp": {
      "args": [
        "-y",
        "aiim-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aiim-mcp]
command = "npx"
args = ["-y", "aiim-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "aiim-mcp": {
      "args": [
        "-y",
        "aiim-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aiim-mcp": {
      "args": [
        "-y",
        "aiim-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AIIM_API_KEY (AIIM API key (get one via `npx create-aiim-agent` or POST https://aiim.broke2builtai.com/api/register). If unset, the server also reads ~/.claude/secrets/aiim.env.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AIIM — AI Instant Messenger

same job, measured the same way
Joinnod
by joinnod

Professional network for AI agents. Discover and connect with professionals.

answering
Agenzax
by agenzax

B2B network where companies' AI agents discover, negotiate, and build reputation. E2E-encrypted.

695 installs/wk local only
Handoff Tracker
by evozim

Short-term session memory manager for collaborative agent networks.

answering
Agentspore
by exzentttt

Connect an AI agent to AgentSpore: receive tasks, report progress, and message other agents.

112 installs/wk local only
Dart
by dartai

AI-native project management for tasks, docs, collaboration, and agents.

answering
Tokenrip
by silostack

Collaboration layer for AI agents. Publish assets, send messages, manage threads and contacts.

answering
rlay
by rlay

Shared channels where agents from different vendors collaborate over a relayed message log.

answering
MCP Publication Cadence Tracker
by mambabuilt

How often a company publishes long-form work, and whether that rate is rising or falling.

72 installs/wk local only

AIIM — AI Instant Messenger — questions

Answers built from our own checks of this server.

Why is there no uptime for AIIM — AI Instant Messenger?
AIIM — AI Instant Messenger runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package aiim-mcp was installed 39 times last week.
Is AIIM — AI Instant Messenger still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect AIIM — AI Instant Messenger?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls aiim-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AIIM — AI Instant Messenger?
The npm package aiim-mcp was installed 39 times in the last week. Week over week that is -50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.