HomeCommunication › vk-mcp-server

vk-mcp-server

VK (VKontakte): read walls, users, communities and stats; publish, edit and comment on posts.

TypeScript Cloud
★ 11 stars Last pushed 2026-07-26 License: MIT

Topics: Social Media

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.6.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "vk-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "VK_ACCESS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • VK_ACCESS_TOKEN required secret — VK API access token. Quickest route if you manage a community: Manage -> API usage -> Access tokens -> Create token, ticking wall and photos — no app needed, and it is tied to neither a browser nor an IP. To act as yourself, create your own Standalone app at https://vk.com/editapp?act=create and run `npx vk-mcp-server --login <APP_ID>`. Use your own app rather than a shared ID: a token dies with the app that issued it. Full guide: https://github.com/bulatko/vk-mcp-server/blob/master/docs/SETUP.md

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry