vk mcp for Cursor
io.github.theyahia/vk-mcp
MCP server for VK API — wall posts, news search, users, groups. 4 tools.
client:Cursor
transport:stdio
runtime:npm
Install vk mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vk-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/vk-mcp"
],
"env": {
"VK_ACCESS_TOKEN": "<VK_ACCESS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs