Skip to content
Cursor

VK MCP Server for Cursor

io.github.ssm82/vk-mcp

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

client:Cursor transport:stdio runtime:npm

Install VK MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "vk-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "full-vk-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

VK MCP Server in other clients