
Vk
Automate VKontakte wall posts, group lookups, friends, newsfeed, and photos from an AI agent for community-led growth.
Overview
io.github.bulatko/vk is a MCP server for the Grow phase that lets agents call VKontakte API endpoints for users, walls, groups, friends, newsfeed, and photos.
What is this MCP server?
- npx package vk-mcp-server at version 0.1.2 with stdio transport
- VK API coverage: users, walls, groups, friends, newsfeed, photos
- Requires VK_ACCESS_TOKEN with documented OAuth scope hints
- npm registry install path for quick agent wiring
- GitHub source at bulatko/vk-mcp-server
- Package version 0.1.2
- Six API areas named: users, walls, groups, friends, newsfeed, photos
- Single required secret env: VK_ACCESS_TOKEN
Community signal: 4 GitHub stars.
What problem does it solve?
Manually scripting VK API calls for every agent task slows down content and community ops on VKontakte.
Who is it for?
Solo builders growing on VK who want agent-driven reads and actions on walls, groups, and feeds.
Skip if: Products with no VK audience, or teams that need official Meta/Telegram integrations instead.
What do I get? / Deliverables
Your agent can use VK tools over MCP with a configured VK_ACCESS_TOKEN for social and content workflows.
- MCP tools backed by VK users, walls, groups, friends, newsfeed, and photos APIs
- Agent-ready social queries without custom SDK code each time
- Documented token-based auth wiring in server manifest
Recommended MCP Servers
Journey fit
How it compares
VK API MCP bridge, not a full social media scheduler or analytics SaaS.
Common Questions / FAQ
Who is io.github.bulatko/vk for?
Developers and marketers shipping to VKontakte who want Claude Code or Cursor to interact with VK users, walls, groups, and media via MCP.
When should I use io.github.bulatko/vk?
Use it in grow and content phases when you automate community checks, feed research, or photo-related tasks on VK.
How do I add io.github.bulatko/vk to my agent?
Add the npm stdio server vk-mcp-server (npx) to your MCP config and set the required secret VK_ACCESS_TOKEN from VK OAuth.