Query VKontakte (VK) user profiles, walls, groups, friends, newsfeed, and photos via API. Built for developers integrating VK social data into applications or automating VK interactions.
io.github.bulatko/vk
Local install
STDIO
1 required env var
How models use it and what it is built for.
Query VKontakte (VK) user profiles, walls, groups, friends, newsfeed, and photos via API. Built for developers integrating VK social data into applications or automating VK interactions.
Local install — runs as a subprocess.
Configuration this server reads at startup.
VK API access token. Get it at https://oauth.vk.com/authorize?client_id=6121396&scope=wall,friends,groups,photos,stats,offline&response_type=token
Where to find authoritative docs and source for Bulatko Vk.
Paste any of these into Agent Studio after connecting Bulatko Vk.
Common questions about connecting and running Bulatko Vk.
What VK data can I access with this MCP server?
You can query users, walls, groups, friends lists, newsfeed, and photos. The server communicates with the VK API using your access token to retrieve and return this social data.
How do I set up the VK_ACCESS_TOKEN?
Generate an access token at https://oauth.vk.com/authorize?client_id=6121396&scope=wall,friends,groups. Set it as the VK_ACCESS_TOKEN environment variable before running the server. The token must have wall, friends, and groups permissions.
What scopes does the default OAuth flow request?
The authorization URL requests wall, friends, and groups scopes. If you need additional permissions (like photos or newsfeed), you may need to modify the scope parameter or request a custom token from VK.
Can I use this server without a VK API token?
No, VK_ACCESS_TOKEN is required. You must authenticate with VK and obtain a valid access token before the server can make API calls.
Does this server support rate limiting or handle VK API quotas?
The registry data does not specify built-in rate limiting. You should review the VK API documentation for rate limits and implement throttling in your application if needed.
MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.
Open Agent Studio