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 |
Related MCP server: MCP Server Demo
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceA Model Context Protocol server that allows AI assistants to communicate with the ChatGPT desktop app on macOS, enabling users to send prompts to ChatGPT from any MCP-compatible assistant.Last updated376MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol server implementation that can be run directly or through Docker, enabling AI assistants to interact with external systems through the MCP standard.Last updated2
- Alicense-quality-maintenanceA Model Context Protocol server that enables interaction with WhatsApp through local stdio or remote HTTP/SSE connections. It allows users to send messages, manage groups, and access chat history using natural language.Last updated422MIT
- AlicenseAqualityFmaintenanceAn MCP server for MAX Messenger (Russia's national messenger by VK) that enables AI clients to send and read messages, manage chats and members, send media, and more through 21 tools.Last updated21676Inno Setup
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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