VK MCP Server
Model Context Protocol (MCP) server for VK (VKontakte) social network API
Enables AI assistants like Claude to interact with VK through a standardized interface.
Features
- Read Operations: Get users, wall posts, groups, friends, newsfeed, photos
- Write Operations: Create posts, add comments
- Analytics: Get community statistics
- Secure: Token-based authentication via environment variable
- Tested: Comprehensive test coverage
- Easy Install: Available on npm and MCP Registry
Quick Start
Installation
npm install -g vk-mcp-serverOr run directly with npx:
npx vk-mcp-serverMCP Registry
Also available in the official MCP Registry:
io.github.bulatko/vkGetting VK Access Token
- Go to VK Developers and create a Standalone app
- Get your app ID
- Open this URL (replace
YOUR_APP_ID):https://oauth.vk.com/authorize?client_id=YOUR_APP_ID&display=page&redirect_uri=https://oauth.vk.com/blank.html&scope=friends,wall,groups,photos,stats,offline&response_type=token&v=5.199 - Authorize and copy the
access_tokenfrom the URL






