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
{
"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