mcp-server-max
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-maxShow me the latest messages in the general chat."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-max
A Model Context Protocol (MCP) server for Max messenger (formerly VK Teams / ICQ).
Lets any MCP-compatible AI assistant (Claude, OpenClaw, etc.) send and read messages, manage chats, and interact with the Max platform API.
Features
Tool | Description |
| Send a message (text, markdown, HTML) with reply support |
| Read chat history (with time range and pagination) |
| List group chats the bot is a member of |
| Chat details — title, description, members count |
| List members of a chat |
| Edit an existing message |
| Delete a message |
| Pin a message in a chat |
| Unpin the pinned message |
| Get the currently pinned message |
| Leave a group chat |
| Get information about the bot |
| Send typing indicator |
| Get recent events via long polling |
Installation
pip install mcp-server-maxOr with uv:
uvx mcp-server-maxConfiguration
Getting a bot token
Open Max messenger
Find
@MasterBot(or go to Chat-bots section)Create a new bot and copy the token
Environment variables
Variable | Required | Description |
| Yes | Bot token from @MasterBot |
| No | Log level: DEBUG, INFO, WARNING, ERROR (default: INFO) |
Usage
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"max": {
"command": "mcp-server-max",
"env": {
"MAX_BOT_TOKEN": "your-bot-token"
}
}
}
}Claude Code
{
"mcpServers": {
"max": {
"command": "mcp-server-max",
"env": {
"MAX_BOT_TOKEN": "your-bot-token"
}
}
}
}OpenClaw
Add to openclaw.json:
{
"mcp": {
"servers": {
"max": {
"command": "mcp-server-max",
"env": {
"MAX_BOT_TOKEN": "your-bot-token"
}
}
}
}
}Direct (stdio)
export MAX_BOT_TOKEN=your-bot-token
mcp-server-maxExamples
Once connected, your AI assistant can:
Read messages: "What are the latest messages in the team chat?"
Send messages: "Send 'Meeting at 3pm' to the project chat"
Manage chats: "Who are the members of the dev chat?"
Pin messages: "Pin the last important message"
API
This server uses the Max Bot API (https://platform-api.max.ru).
Requirements
Python 3.10+
A Max bot token (from @MasterBot)
License
MIT
Links
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Baho73/mcp-server-max'
If you have feedback or need assistance with the MCP directory API, please join our Discord server