What is the io.github.bulatko/vk MCP server?
MCP server for VK (VKontakte) API: users, walls, groups, friends, newsfeed, photos.
How to install io.github.bulatko/vk
Copy-paste configuration for popular MCP clients.
VK_ACCESS_TOKENrequiredsecretVK API access token. Get it at https://oauth.vk.com/authorize?client_id=6121396&scope=wall,friends,groups,photos,stats,offline&response_type=token
{
"mcpServers": {
"vk": {
"command": "npx",
"args": [
"-y",
"vk-mcp-server"
],
"env": {
"VK_ACCESS_TOKEN": "<YOUR_VK_ACCESS_TOKEN>"
}
}
}
}{
"mcpServers": {
"vk": {
"command": "npx",
"args": [
"-y",
"vk-mcp-server"
],
"env": {
"VK_ACCESS_TOKEN": "<YOUR_VK_ACCESS_TOKEN>"
}
}
}
}{
"mcpServers": {
"vk": {
"command": "npx",
"args": [
"-y",
"vk-mcp-server"
],
"env": {
"VK_ACCESS_TOKEN": "<YOUR_VK_ACCESS_TOKEN>"
}
}
}
}{
"servers": {
"vk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vk-mcp-server"
],
"env": {
"VK_ACCESS_TOKEN": "<YOUR_VK_ACCESS_TOKEN>"
}
}
}
}claude mcp add vk --env VK_ACCESS_TOKEN=<YOUR_VK_ACCESS_TOKEN> -- npx -y vk-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.