Skip to content
Zed

vk mcp for Zed

io.github.theyahia/vk-mcp

MCP server for VK API — wall posts, news search, users, groups. 4 tools.

client:Zed transport:stdio runtime:npm

Install vk mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "vk-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/vk-mcp"
      ],
      "env": {
        "VK_ACCESS_TOKEN": "<VK_ACCESS_TOKEN>"
      }
    }
  }
}

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

vk mcp in other clients