Home › Communication › vk-mcp-server
vk-mcp-server
VK (VKontakte): read walls, users, communities and stats; publish, edit and comment on posts.
Topics: Social Media
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.6.1)
npx -y vk-mcp-server@0.6.1
Or add to your MCP client config:
{
"mcpServers": {
"vk-mcp-server": {
"command": "npx",
"args": [
"-y",
"vk-mcp-server@0.6.1"
],
"env": {
"VK_ACCESS_TOKEN": "<YOUR_VALUE>"
}
}
}
}
VK_ACCESS_TOKENrequired secret — VK API access token. Quickest route if you manage a community: Manage -> API usage -> Access tokens -> Create token, ticking wall and photos — no app needed, and it is tied to neither a browser nor an IP. To act as yourself, create your own Standalone app at https://vk.com/editapp?act=create and run `npx vk-mcp-server --login <APP_ID>`. Use your own app rather than a shared ID: a token dies with the app that issued it. Full guide: https://github.com/bulatko/vk-mcp-server/blob/master/docs/SETUP.md
Related servers
reddit-mcp-buddy
Reddit browser for AI assistants. Browse without API keys; add credentials for search and analysis.
reddit-research-mcp
Turn Reddit's chaos into structured insights with full citations - MCP server for Reddit research
facebook-mcp-server
Integrates with Facebook Pages to enable direct management of posts, comments, and engagement metrics through the Graph API for…
Taisly Social Media Posting
Publish videos to TikTok, Reels, Shorts, X, and Facebook through Taisly.
Xquik MCP Server
128 REST operations. 120 MCP routes; 119 JSON/text ops. OAuth 2.1. Not affiliated with X Corp.
x-use
Browser-native AI agents for X (Twitter): multi-account, MCP-ready, no X API key required.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry