← Back to Plugins
MCP Server MCP

io.github.woyaxnini/max-messenger

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @woyax/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@woyax/mcp-max-messenger",
      "version": "1.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "MAX bot token from dev.max.ru — passed as Authorization header WITHOUT 'Bearer' prefix (MAX API quirk: non-standard auth)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MAX_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...