Query VK (VKontakte) social network data including wall posts, news feeds, user profiles, and group information. For developers building applications that need to integrate VK API functionality without managing raw HTTP requests.
io.github.theYahia/vk-mcp
Local install
STDIO
1 required env var
How models use it and what it is built for.
Query VK (VKontakte) social network data including wall posts, news feeds, user profiles, and group information. For developers building applications that need to integrate VK API functionality without managing raw HTTP requests.
Local install — runs as a subprocess.
Configuration this server reads at startup.
API key for the service
Where to find authoritative docs and source for Theyahia Vk.
Paste any of these into Agent Studio after connecting Theyahia Vk.
Common questions about connecting and running Theyahia Vk.
What VK API operations does this MCP server support?
The server provides 4 tools for querying VK data: wall posts, news search, user profiles, and group information. It abstracts VK API calls into structured MCP resources, so you don't need to manage raw HTTP requests or pagination manually.
How do I set up authentication for this server?
Set the VK_ACCESS_TOKEN environment variable with a valid VK API access token before running the server. You can obtain a token from the VK developer console after registering your application.
Can I use this server to post content to VK?
Based on the registry metadata, this server is designed for querying and reading VK data (wall posts, news, users, groups). Check the full documentation to confirm whether write operations are supported.
What transport protocol does this MCP server use?
The server uses stdio (standard input/output) transport, meaning it communicates with MCP clients through piped streams rather than HTTP or WebSocket connections.
How do I install and run this server?
Install via npm with `npx @theyahia/vk-mcp@1.0.1`, then set your VK_ACCESS_TOKEN environment variable and start the server. It will listen on stdio and respond to MCP tool calls from your client.
MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.
Open Agent Studio