vk-mcp-server

bulatko/vk-mcp-server
★ 2 stars JavaScript 🔌 API Integration Updated 21d ago
Model Context Protocol (MCP) server for VK (VKontakte) social network API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vk-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bulatko/vk-mcp-server"
      ]
    }
  }
}