mcpbeat Sign in

Max Messenger MCP Server

local only

Max Messenger runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 31 Mar 2026.

MCP server for MAX Messenger by VK. 21 tools: messages, media, buttons, members, events.

Installs per day peak 17 · avg 9 · +16% w/w
a month agotoday
59
Installs / week
npm · @woyax/mcp-max-messenger
8
Stars
1 open issues
31 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Max Messenger every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 max-messenger -- npx -y @woyax/mcp-max-messenger
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "max-messenger": {
      "args": [
        "-y",
        "@woyax/mcp-max-messenger"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.max-messenger]
command = "npx"
args = ["-y", "@woyax/mcp-max-messenger"]
.cursor/mcp.json
{
  "mcpServers": {
    "max-messenger": {
      "args": [
        "-y",
        "@woyax/mcp-max-messenger"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "max-messenger": {
      "args": [
        "-y",
        "@woyax/mcp-max-messenger"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MAX_TOKEN (MAX bot token from dev.max.ru — passed as Authorization header WITHOUT 'Bearer' prefix (MAX API quirk: non-standard auth)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Max Messenger

same job, measured the same way
VK MCP Server
by ssm82

MCP server for VK API with 180+ tools: users, wall, groups, friends, photos, messages.

50 installs/wk local only
Niftypm
by niftypm

Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.

answering
Sendbird
by usefulapi

MCP server for Sendbird — chat users, channels, members, and messages from your AI client.

14 tools answering
Jivosite MCP
by theyahia

MCP server for JivoSite API — chats, agents, visitors. 3 tools.

32 installs/wk local only
Tilda MCP
by theyahia

MCP server for Tilda API — projects, pages. 3 tools.

63 installs/wk local only
Tekna Events & News
by vortiago

MCP server for Tekna events and news

89 installs/wk local only
Gotify MCP
by kcofoni

MCP server for Gotify push notifications - send messages and manage apps/clients.

local only
I
Dealhub Admin
by vishvick

DealHub MCP server for admins. Manage versions and users with 7 tools via Claude AI agents.

27 installs/wk local only

Max Messenger — questions

Answers built from our own checks of this server.

Why is there no uptime for Max Messenger?
Max 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 @woyax/mcp-max-messenger was installed 59 times last week.
How do I connect Max 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 @woyax/mcp-max-messenger straight from npm; nothing to host, nothing to sign up for.
How many people use Max Messenger?
The npm package @woyax/mcp-max-messenger was installed 59 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Max Messenger open source?
We cannot say either way: written in TypeScript, 8 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.