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.
We read the source, 22 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add vk -- npx -y vk-mcp-server
{
"mcpServers": {
"vk": {
"args": [
"-y",
"vk-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.vk]
command = "npx"
args = ["-y", "vk-mcp-server"]
{
"mcpServers": {
"vk": {
"args": [
"-y",
"vk-mcp-server"
],
"command": "npx"
}
}
}
{
"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.
Write, publish, and manage Velog (velog.io) posts, series, comments, and trends. 29 tools.
Search, read and edit Wiki.js pages, and manage its assets, users, groups and comments
Read public Reddit without OAuth; post, comment, vote, and subscribe with OAuth. By UnClick.
Reddit MCP server with full read/write - posts, comments, search, and content creation.
Search, read and publish X posts and manage users, lists and media via the X API v2.
Instagram MCP for public posts, comments, replies, users, and video/Reels speech-to-text.
Draft, schedule and publish LinkedIn posts, reply to comments and read analytics via 2pr.io.
Read status-page status, services, incidents and metrics; create, update and publish incidents.
Answers built from our own checks of this server.