Skip to content
Zed

VK MCP Server for Zed

io.github.ssm82/vk-mcp

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

client:Zed transport:stdio runtime:npm

Install VK MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

VK MCP Server in other clients