Skip to content
Grok

VK MCP Server for Grok

io.github.ssm82/vk-mcp

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

client:Grok transport:stdio runtime:npm

Install VK MCP Server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

VK MCP Server in other clients