MCP ServerSTDIOOfficialv0.1.2

Bulatko Vk MCP Server

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

Hosted URL

Local install

Transport

STDIO

Auth

1 required env var

What the Bulatko Vk MCP server does

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.

Connect to Bulatko Vk

Local install — runs as a subprocess.

npx vk-mcp-server@0.1.2

Environment variables

Configuration this server reads at startup.

  • VK_ACCESS_TOKENRequiredSecret

    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

Resources

Where to find authoritative docs and source for Bulatko Vk.

Example prompts for Bulatko Vk

Paste any of these into Agent Studio after connecting Bulatko Vk.

  • Get the wall posts for user ID 12345 from the last 30 days
  • List all friends of a VK user and their profile details
  • Fetch recent photos from a VK group and return metadata
  • Retrieve the newsfeed for an authenticated user with pagination

Bulatko Vk MCP server — FAQ

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.

Skip the local setup — run MCP in your browser

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

Related servers

More on MCP Playground