Skip to content
Cursor

max messenger for Cursor

io.github.woyaxnini/max-messenger

MCP server for MAX Messenger by VK. 21 tools: messages, media, buttons, members, events.

client:Cursor transport:stdio runtime:npm

Install max messenger in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "max-messenger": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-max-messenger"
      ],
      "env": {
        "MAX_TOKEN": "<MAX_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

max messenger in other clients