Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"vk": {
"env": {
"VK_ACCESS_TOKEN": "your-token"
},
"args": [
"-y",
"@theyahia/vk-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for VK API — wall posts, news search, users, groups. 4 tools.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@theyahia/vk-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @theyahia/vk-mcp against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP server for Kaseya Autotask PSA — 39 tools for companies, tickets, projects, time entries, and more
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
MCP Security Weekly
Get CVE alerts and security updates for io.github.theYahia/vk-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP-сервер для VK API — записи со стены, публикация, сообщения, друзья, пользователи, группы, статистика. 8 инструментов.
Часть серии Russian API MCP (50 серверов) by @theYahia.
{
"mcpServers": {
"vk": {
"command": "npx",
"args": ["-y", "@theyahia/vk-mcp"],
"env": { "VK_ACCESS_TOKEN": "your-token" }
}
}
}
claude mcp add vk -e VK_ACCESS_TOKEN=your-token -- npx -y @theyahia/vk-mcp
{
"servers": {
"vk": {
"command": "npx",
"args": ["-y", "@theyahia/vk-mcp"],
"env": { "VK_ACCESS_TOKEN": "your-token" }
}
}
}
npx @smithery/cli install @theyahia/vk-mcp --client claude
Требуется
VK_ACCESS_TOKEN. Получите на vk.com/dev.
| Режим | Запуск |
|---|---|
| stdio (по умолчанию) | npx @theyahia/vk-mcp |
| Streamable HTTP | npx @theyahia/vk-mcp --http (порт 3000 или PORT=8080) |
| Инструмент | Метод VK API | Описание |
|---|---|---|
get_wall | wall.get | Записи со стены пользователя или сообщества |
post_wall | wall.post | Публикация записи на стене |
search_posts | newsfeed.search | Поиск постов по ключевым словам |
get_user | users.get | Информация о пользователях |
get_groups | groups.getById | Информация о сообществах |
get_friends | friends.get | Список друзей пользователя |
send_message | messages.send | Отправка сообщения |
get_stats | stats.get | Статистика сообщества |
| Skill | Описание |
|---|---|
post-wall | Опубликуй пост в группу VK |
group-stats | Статистика группы VK за N дней |
Покажи последние посты со стены Дурова
Опубликуй пост "Привет мир!" в группу 123456
Найди посты про AI в VK
Информация о группе team
Покажи моих друзей
Статистика группы 123456 за 30 дней
npm install
npm test # Vitest
npm run build # TypeScript
npm run dev # tsx watch
https://api.vk.com/method/v=5.199VK_ACCESS_TOKEN (env)50 серверов: github.com/theYahia/russian-mcp
MIT