Max Messenger MCP Server

The first MCP server for MAX Messenger - Russia's national messenger by VK (75M+ users). Its 20 documented tools cover message, chat, members, admin. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-31 · ★ 6 · #72 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Max Messenger

before you install - you'll need

MAX_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add woyaxnini-mcp-max-messenger -- npx -y @woyax/mcp-max-messenger

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "woyaxnini-mcp-max-messenger": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-max-messenger"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @woyax/mcp-max-messenger - the @woyax scope differs from the repo owner (woyaxnini); confirm it's the project's official package

registry namespace io.github.woyaxnini is GitHub-verified and matches the repo owner

03 · What Max Messenger can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can read messages from a chat (by chat_id or message_ids), send a message with text, HTML/Markdown, inline keyboard, media attachments, edit message text and attachments, and delete a message.

Capability map

Tools grouped from the project's README - what Max Messenger lets an agent do.

read & search

5 tools - e.g. Read messages from a chat (by chat_id or message_ids); Bot info: name, ID, username, description; List all group chats the bot participates in

get_messages · get_bot_info · get_chats · get_admins · get_updates

Message

5 tools - e.g. Send a message with text, HTML/Markdown, inline keyboard, media attachments; Edit message text and attachments; Delete a message

send_message · edit_message · delete_message · pin_message · unpin_message

Chat

3 tools - e.g. Full chat details: participants, pinned message, owner; Rename chat, change description or icon; List chat members with roles

get_chat · edit_chat · get_chat_members

run & execute

2 tools - e.g. Upload and send photo, video, audio, or file by URL; Show typing indicator, "sending photo/video/audio/file", mark as read

send_media · send_action

Admin

2 tools - e.g. Grant admin rights to a member; Revoke admin rights

set_admin · remove_admin

create & write

1 tool - e.g. Add users to a group chat

add_members

delete

1 tool - e.g. Remove a user from a group chat

remove_member

Answer

1 tool - e.g. Respond to inline button press: show notification or update message

answer_callback

04 · Who maintains Max Messenger

max-messenger is maintained by woyaxnini. We track 3 MCP servers from woyaxnini - 3 actively maintained, 14 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from woyaxnini.

  1. Ozon Seller MCP Server MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating. ★ 6
  2. Chestnyi Znak MCP Server MCP server for Chestnyi Znak - Russian product marking system. 10 tools: codes, documents, stocks. ★ 2

05 · Facts

category
communication - ranked #72 of 99 actively-maintained communication servers as of 2026-08-25.
registry
io.github.woyaxnini/max-messenger (active, first published 2026-03-20 · 3 versions)
packages
npm:@woyax/mcp-max-messenger

06 · Max Messenger FAQ

Is Max Messenger still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-31. We re-verify nightly.

What can Max Messenger do?

With this server connected, an agent can read messages from a chat (by chat_id or message_ids), send a message with text, HTML/Markdown, inline keyboard, media attachments, edit message text and attachments, and delete a message.

How do I install Max Messenger?

Run `npx -y @woyax/mcp-max-messenger`. The README documents one environment variable (MAX_TOKEN) to set first. You can also paste the ready-made client config above.

Does Max Messenger run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Max Messenger