@theyahia/vk-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP mode (default 3000) | 3000 |
| VK_ACCESS_TOKEN | Yes | Your VK access token, obtained from vk.com/dev |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_wallB | Получить записи со стены пользователя или сообщества ВКонтакте. |
| post_wallB | Опубликовать запись на стене пользователя или сообщества ВКонтакте. |
| search_postsC | Поиск постов в новостной ленте ВКонтакте по ключевым словам. |
| get_userB | Информация о пользователях ВКонтакте по ID или screen_name. |
| get_groupsB | Информация о сообществах ВКонтакте по ID или короткому имени. |
| get_friendsC | Список друзей пользователя ВКонтакте. |
| send_messageB | Отправить сообщение пользователю или в беседу ВКонтакте. |
| get_statsB | Статистика сообщества ВКонтакте за указанный период. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| post-wall | Опубликуй пост в группу VK |
| group-stats | Статистика группы VK |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a distinct purpose: wall operations, user/group info, friends list, messaging, and stats. No overlap between tools, making selection clear.
All tools follow a consistent verb_noun snake_case pattern (e.g., get_wall, post_wall, send_message). No mixing of conventions.
With 8 tools, the set is well-scoped for a VK API server. It covers essential operations without being excessive or insufficient.
Covers major VK features (wall, user, groups, friends, messaging, search, stats). Minor gaps like comments or media uploads exist but do not hinder basic workflows.