max messenger for VS Code
io.github.woyaxnini/max-messenger
MCP server for MAX Messenger by VK. 21 tools: messages, media, buttons, members, events.
client:VS Code
transport:stdio
runtime:npm
Install max messenger in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "max-token",
"description": "MAX_TOKEN",
"password": true
}
],
"servers": {
"max-messenger": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@woyax/mcp-max-messenger"
],
"env": {
"MAX_TOKEN": "${input:max-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs