mcpbeat Sign in

Vk MCP Server

local only

Vk runs on your own machine — the client starts it, so there is no endpoint to ping. 99 installs a week from npm. Last commit 26 Jul 2026.

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

Installs per day peak 1 121 · avg 85 · -82% w/w
a month agotoday
99
Installs / week
npm · vk-mcp-server
11
Stars
0 open issues
26 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/index.js:1162, [пакет] src/index.js:1162
  const text = await readFile(path.join(UI_DIR, resource.file), 'utf8');
    spawn(cmd, [url], { stdio: 'ignore', detached: true }).unref();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vk -- npx -y vk-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vk": {
      "args": [
        "-y",
        "vk-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vk]
command = "npx"
args = ["-y", "vk-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "vk": {
      "args": [
        "-y",
        "vk-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vk": {
      "args": [
        "-y",
        "vk-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VK_ACCESS_TOKEN (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). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vk

same job, measured the same way
Velog
by seongwon030

Write, publish, and manage Velog (velog.io) posts, series, comments, and trends. 29 tools.

65 installs/wk local only
Wiki.js
by ni-c

Search, read and edit Wiki.js pages, and manage its assets, users, groups and comments

73 installs/wk local only
Reddit MCP by UnClick
by malamutemayhem

Read public Reddit without OAuth; post, comment, vote, and subscribe with OAuth. By UnClick.

21 installs/wk local only
Reddit MCP Server
by jordanburke

Reddit MCP server with full read/write - posts, comments, search, and content creation.

478 installs/wk local only
X (Twitter)
by role1776

Search, read and publish X posts and manage users, lists and media via the X API v2.

local only
SocialDataX Instagram MCP
by 52choujiang

Instagram MCP for public posts, comments, replies, users, and video/Reels speech-to-text.

13 tools answering
2pr.io
by 2pr

Draft, schedule and publish LinkedIn posts, reply to comments and read analytics via 2pr.io.

answering
Statuspal
by usefulapi

Read status-page status, services, incidents and metrics; create, update and publish incidents.

11 tools answering

Vk — questions

Answers built from our own checks of this server.

Why is there no uptime for Vk?
Vk runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vk-mcp-server was installed 99 times last week.
How do I connect Vk?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vk-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Vk?
The npm package vk-mcp-server was installed 99 times in the last week. Week over week that is -82%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vk open source?
Yes — it is published under the MIT licence, written in JavaScript and 11 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.