Odel
VK MCP Server

VK MCP Server

Local
@ssm821JavaScriptMITUpdated 3mo ago

MCP server for VK API with 180+ tools: users, wall, groups, friends, photos, messages.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfull-vk-mcpv0.2.2

Run

npx -y full-vk-mcp

MCP client config

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