Vk MCP Server

VK (VKontakte): read walls, users, communities and stats; publish, edit and comment on posts. Its 19 documented tools cover wall, groups, users, photos. It runs locally over stdio via the published package.

People connecting social media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-26 · ★ 9 · #5 OF 46 MAINTAINED SOCIAL MEDIA · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Vk

before you install - you'll need

VK_ACCESS_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add bulatko-vk-mcp-server -- npx -y vk-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "bulatko-vk-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "vk-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package vk-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.bulatko is GitHub-verified and matches the repo owner

03 · What Vk can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get user profiles by IDs or screen names, search users by name, city, age and other criteria, get posts from user/community wall, and get specific posts by {owner_id}_{post_id}.

Capability map

Tools grouped from the project's README - what Vk lets an agent do.

Wall

7 tools - e.g. Get posts from user/community wall; Get specific posts by {owner_id}_{post_id}; ✏️ Publish a new post

vk_wall_get · vk_wall_get_by_id · vk_wall_post · vk_wall_edit · vk_wall_delete · vk_wall_create_comment…

Groups

5 tools - e.g. Get user's communities list; Get community info by ID; Search communities by name and criteria

vk_groups_get · vk_groups_get_by_id · vk_groups_search · vk_groups_get_members · vk_groups_join

Users

2 tools - e.g. Get user profiles by IDs or screen names; Search users by name, city, age and other criteria

vk_users_get · vk_users_search

Photos

1 tool - e.g. Get photos from albums

vk_photos_get

Friends

1 tool - e.g. Get user's friends list

vk_friends_get

Newsfeed

1 tool - e.g. Get user's newsfeed

vk_newsfeed_get

Likes

1 tool - e.g. Get users who liked an object, with reaction counts

vk_likes_get

Stats

1 tool - e.g. Get community statistics (admin only)

vk_stats_get

Latest releases

v0.6.1 · 2026-07-26

v0.6.0 · 2026-07-26

v0.5.1 · 2026-07-26

04 · Who maintains Vk

vk is maintained by bulatko. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
social media - ranked #5 of 46 actively-maintained social media servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-07-26)
registry
io.github.bulatko/vk (active, first published 2026-03-03 · 13 versions)
packages
npm:vk-mcp-server

06 · Vk FAQ

Is Vk still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-26 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Vk do?

With this server connected, an agent can get user profiles by IDs or screen names, search users by name, city, age and other criteria, get posts from user/community wall, and get specific posts by {owner_id}_{post_id}.

How do I install Vk?

Run `npx -y vk-mcp-server`. The README documents one environment variable (VK_ACCESS_TOKEN) to set first. You can also paste the ready-made client config above.

Does Vk run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Vk

More social media MCP servers · Citedy SEO Agent · Linkedin MCP · Xtap Down · Openpost · GTM API: LinkedIn MCP Server

More JavaScript MCP servers · Hubd · MCP Film Directory · All Rates Today · Memoir · Cap Js MCP Server · see all