← Index

io.github.woyaxnini/max-messenger

io.github.woyaxnini/max-messenger·v1.2.2·Other
Quality Score
84
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "max-messenger": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-max-messenger"
      ],
      "env": {
        "MAX_TOKEN": "<your-max_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "max-messenger": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-max-messenger"
      ],
      "env": {
        "MAX_TOKEN": "<your-max_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @woyax/mcp-max-messenger
§02  Environment variables
MAX_TOKEN
requiredsecret

MAX bot token from dev.max.ru — passed as Authorization header WITHOUT 'Bearer' prefix (MAX API quirk: non-standard auth)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other