MCP server for MAX Messenger — Russian national messenger by VK with 75M+ users. 21 tools: send and read messages, HTML/Markdown formatting, 5 button
If you already use MCP Max Messenger, the mcp max messenger mcp server is the piece that lets your assistant work with it directly. MCP server for MAX Messenger — Russian national messenger by VK with 75M+ users. 21 tools: send and read messages, HTML/Markdown formatting, 5 button types (callback, link, contact, geo, message), send media (photo/video/audio/file).
Connect AI clients (Claude Desktop, Cursor, n8n, and any MCP-compatible app) to MAX: send and read messages, manage chats and members, send media, handle button presses, format with HTML/Markdown — all through the open Model Context Protocol standard.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Authorization — Token passed as Authorization: — no Bearer prefixPrerequisites — The Prerequisites tool exposed by this serverMessages — The Messages tool exposed by this serverMedia — The Media tool exposed by this serverChats — The Chats tool exposed by this serverMembers — The Members tool exposed by this serverEvents — The Events tool exposed by this serverConfiguration is passed through the environment: MAX_TOKEN, YOUR_BOT_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Max Messenger's toolset — Authorization, Prerequisites, Messages and 4 more — is a fair guide to whether it matches your workflow. It is maintained by woyaxnini; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Authorization | Token passed as Authorization: <token> — **no Bearer prefix** |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Messages | The Messages tool exposed by this server. |
| Media | The Media tool exposed by this server. |
| Chats | The Chats tool exposed by this server. |
| Members | The Members tool exposed by this server. |
| Events | The Events tool exposed by this server. |
{
"mcpServers": {
"max-messenger": {
"command": "npx",
"args": ["-y", "@woyax/mcp-max-messenger"],
"env": {
"MAX_TOKEN": "YOUR_BOT_TOKEN"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MAX_TOKEN | Credential the server authenticates with. | Yes |
| YOUR_BOT_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.