Serversio.github.bulatko/vk
V

io.github.bulatko/vk

io.github.bulatko/vk · v0.1.2
▦ npm
v0.1.2npm npm: vk-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.bulatko/vk",
  "description": "MCP server for VK (VKontakte) API: users, walls, groups, friends, newsfeed, photos.",
  "repository": {
    "url": "https://github.com/bulatko/vk-mcp-server.git",
    "source": "github"
  },
  "version": "0.1.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "vk-mcp-server",
      "version": "0.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "VK API access token. Get it at https://oauth.vk.com/authorize?client_id=6121396&scope=wall,friends,groups,photos,stats,offline&response_type=token",
          "isRequired": true,
          "isSecret": true,
          "name": "VK_ACCESS_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}