loading…
Search for a command to run...
loading…
A Model Context Protocol server for Max messenger that lets AI assistants send and read messages, manage chats, and interact with the Max platform API.
A Model Context Protocol server for Max messenger that lets AI assistants send and read messages, manage chats, and interact with the Max platform API.
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.
| Tool | Description |
|---|---|
send_message |
Send a message (text, markdown, HTML) with reply support |
read_messages |
Read chat history (with time range and pagination) |
list_chats |
List group chats the bot is a member of |
get_chat_info |
Chat details — title, description, members count |
get_chat_members |
List members of a chat |
edit_message |
Edit an existing message |
delete_message |
Delete a message |
pin_message |
Pin a message in a chat |
unpin_message |
Unpin the pinned message |
get_pinned_message |
Get the currently pinned message |
leave_chat |
Leave a group chat |
get_bot_info |
Get information about the bot |
send_typing |
Send typing indicator |
get_updates |
Get recent events via long polling |
pip install mcp-server-max
Or with uv:
uvx mcp-server-max
@MasterBot (or go to Chat-bots section)| Variable | Required | Description |
|---|---|---|
MAX_BOT_TOKEN |
Yes | Bot token from @MasterBot |
MCP_LOG_LEVEL |
No | Log level: DEBUG, INFO, WARNING, ERROR (default: INFO) |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"max": {
"command": "mcp-server-max",
"env": {
"MAX_BOT_TOKEN": "your-bot-token"
}
}
}
}
{
"mcpServers": {
"max": {
"command": "mcp-server-max",
"env": {
"MAX_BOT_TOKEN": "your-bot-token"
}
}
}
}
Add to openclaw.json:
{
"mcp": {
"servers": {
"max": {
"command": "mcp-server-max",
"env": {
"MAX_BOT_TOKEN": "your-bot-token"
}
}
}
}
}
export MAX_BOT_TOKEN=your-bot-token
mcp-server-max
Once connected, your AI assistant can:
This server uses the Max Bot API (https://platform-api.max.ru).
MIT
Выполни в терминале:
claude mcp add mcp-server-max -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai