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).
Run
npx -y @woyax/mcp-max-messenger
MCP client config
{
"mcpServers": {
"mcp-max-messenger": {
"command": "npx",
"args": [
"-y",
"@woyax/mcp-max-messenger"
]
}
}
}