Home › Other › mcp-max-messenger

mcp-max-messenger

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

TypeScript
★ 10 stars Last pushed 2026-03-31 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.2)

npx -y @woyax/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-max-messenger": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/[email protected]"
      ],
      "env": {
        "MAX_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • MAX_TOKEN required secret — MAX bot token from dev.max.ru — passed as Authorization header WITHOUT 'Bearer' prefix (MAX API quirk: non-standard auth)

Related servers

Data from the Official MCP Registry