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
{
"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