Odel
mcp max messenger

mcp max messenger

Local
@woyaxnini7TypeScriptUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@woyax/mcp-max-messengerv1.2.2

Run

npx -y @woyax/mcp-max-messenger

MCP client config

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