Loading MCP server directory, please wait...
MCP server for VK (VKontakte) API: users, walls, groups, friends, newsfeed, photos.
npx @getmcp/cli add io.github.bulatko/vkRequires Node.js 18+. Community-contributed server. Review source before installing.
VK_ACCESS_TOKENVK API access token. Get it at https://oauth.vk.com/authorize?client_id=6121396&scope=wall,friends,groups,photos,stats,offline&response_type=token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bulatko/vk": {
"command": "npx",
"args": [
"-y",
"vk-mcp-server"
],
"env": {
"VK_ACCESS_TOKEN": ""
}
}
}
}