Vk
Rank #3,493io.github.bulatko/vk
VK (VKontakte): read walls, users, communities and stats; publish, edit and comment on posts.
Vk is a Model Context Protocol (MCP) server published by bulatko. It ranks #3,493 of 132,046 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Vk is listed across 3 registries — Official MCP, PulseMCP and Glama, with 14 tracked versions. It was first listed on Mar 3, 2026 and most recently updated on Jul 26, 2026.
Ranks ahead of 128,553 of 132,046 servers on MCP Toplist.
Use Vk
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add vk -e "VK_ACCESS_TOKEN=<your VK_ACCESS_TOKEN>" -- npx -y vk-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.vk]
command = "npx"
args = ["-y", "vk-mcp-server"]
[mcp_servers.vk.env]
VK_ACCESS_TOKEN = "<your VK_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vk": {
"command": "npx",
"args": [
"-y",
"vk-mcp-server"
],
"env": {
"VK_ACCESS_TOKEN": "<your VK_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vk": {
"command": "npx",
"args": [
"-y",
"vk-mcp-server"
],
"env": {
"VK_ACCESS_TOKEN": "<your VK_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vk-mcp-server"
],
"env": {
"VK_ACCESS_TOKEN": "<your VK_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vk": {
"command": "npx",
"args": [
"-y",
"vk-mcp-server"
],
"env": {
"VK_ACCESS_TOKEN": "<your VK_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vk": {
"command": "npx",
"args": [
"-y",
"vk-mcp-server"
],
"env": {
"VK_ACCESS_TOKEN": "<your VK_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bulatko%2Fvk)<a href="https://mcptoplist.com/server/io.github.bulatko%2Fvk"><img src="https://mcptoplist.com/badge/io.github.bulatko%2Fvk.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
bulatko
Available versions (14)
| Version | Published |
|---|---|
| 0.6.1 | Jul 26, 2026 |
| 0.6.0 | Jul 26, 2026 |
| 0.5.1 | Jul 26, 2026 |
| 0.5.0 | Jul 26, 2026 |
| 0.4.4 | Jul 25, 2026 |
| 0.4.3 | Jul 25, 2026 |
| 0.4.2 | Jul 25, 2026 |
| 0.4.1 | Jul 25, 2026 |
| 0.4.0 | Jul 25, 2026 |
| 0.3.1 | Jul 25, 2026 |
| 0.3.0 | Jul 25, 2026 |
| 0.2.0 | Jul 25, 2026 |
| 0.1.2 | Mar 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Vk?
- Vk is maintained by bulatko, which publishes 1 MCP server (14 total versions) tracked on MCP Toplist.
- Is Vk listed on the Official MCP Registry?
- Yes — Vk is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Vk have?
- MCP Toplist tracks 14 versions of Vk, most recently published on Jul 26, 2026.
- Where can I find the source code for Vk?
- The source code for Vk is hosted at github.com/bulatko/vk-mcp-server.git.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.