vk mcp for Windsurf
io.github.theyahia/vk-mcp
MCP server for VK API — wall posts, news search, users, groups. 4 tools.
client:Windsurf
transport:stdio
runtime:npm
Install vk mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"vk-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/vk-mcp"
],
"env": {
"VK_ACCESS_TOKEN": "<VK_ACCESS_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs