PluginBench
MCP Server

io.github.woyaxnini/max-messenger MCP Server

io.github.woyaxnini/max-messenger

What is the io.github.woyaxnini/max-messenger MCP server?

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

How to install io.github.woyaxnini/max-messenger

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MAX_TOKEN
    required
    secret

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

Claude Desktop
~/Library/Application Support/Claude/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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "max-messenger": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-max-messenger"
      ],
      "env": {
        "MAX_TOKEN": "<YOUR_MAX_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "max-messenger": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-max-messenger"
      ],
      "env": {
        "MAX_TOKEN": "<YOUR_MAX_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add max-messenger --env MAX_TOKEN=<YOUR_MAX_TOKEN> -- npx -y @woyax/mcp-max-messenger

Related MCP servers

MCP server for Chestnyi Znak — Russian product marking system. 10 tools: codes, documents, stocks.

View repository →

MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.

View repository →