npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

vk-ads-mcp

v1.0.0

Published

MCP server for managing VK Ads campaigns through Claude

Readme

vk-ads-mcp

MCP (Model Context Protocol) server for the VK Ads API. Allows AI assistants to manage VK advertising campaigns, ad groups, banners, audiences, and more through a standardized tool interface.

Installation

npx -y vk-ads-mcp

Or install globally:

npm install -g vk-ads-mcp

Configuration

Set the following environment variables:

| Variable | Required | Description | |---|---|---| | VK_ACCESS_TOKEN | Yes | VK Ads API access token | | VK_PROXY_URL | No | API proxy URL (defaults to https://rk.targethunter.ru/vkr.request) |

Claude Desktop

Add to your Claude Desktop claude_desktop_config.json:

{
  "mcpServers": {
    "vk-ads": {
      "command": "npx",
      "args": ["-y", "vk-ads-mcp"],
      "env": {
        "VK_ACCESS_TOKEN": "your-token-here"
      }
    }
  }
}

Tools

Account

  • vk_get_user -- Get current user/ad account info
  • vk_get_throttling -- Get API rate limit info

Ad Plans (Campaigns)

  • vk_get_ad_plans -- List campaigns with filtering and pagination
  • vk_get_ad_plan -- Get single campaign details by ID
  • vk_create_ad_plan -- Create a new campaign
  • vk_update_ad_plan -- Update a campaign
  • vk_delete_ad_plan -- Delete a campaign
  • vk_mass_action_ad_plans -- Bulk start/stop/delete campaigns

Ad Groups

  • vk_get_ad_groups -- List ad groups with filtering
  • vk_get_ad_group -- Get single ad group details
  • vk_create_ad_group -- Create an ad group
  • vk_update_ad_group -- Update an ad group
  • vk_delete_ad_group -- Delete an ad group
  • vk_mass_action_ad_groups -- Bulk start/stop/delete ad groups

Banners (Ads)

  • vk_get_banners -- List banners with filtering
  • vk_get_banner -- Get single banner details
  • vk_create_banner -- Create a banner
  • vk_update_banner -- Update a banner
  • vk_delete_banner -- Delete a banner
  • vk_mass_action_banners -- Bulk start/stop/delete banners

Statistics

  • vk_get_statistics -- Get performance stats (impressions, clicks, spend, CTR) for campaigns, ad groups, or banners by day/hour/summary

Remarketing

  • vk_get_remarketing_users_lists -- List remarketing audiences
  • vk_get_remarketing_users_list -- Get single audience details
  • vk_create_remarketing_users_list -- Create an audience (upload emails, phones, VK IDs)
  • vk_delete_remarketing_users_list -- Delete an audience
  • vk_get_remarketing_counters -- List remarketing pixels
  • vk_get_remarketing_counter -- Get single pixel details
  • vk_create_remarketing_counter -- Create a remarketing pixel
  • vk_delete_remarketing_counter -- Delete a remarketing pixel

Targeting

  • vk_get_regions -- List regions for targeting
  • vk_get_interests -- List interest categories for targeting
  • vk_get_projection -- Estimate audience size for targeting parameters

Agency

  • vk_get_agency_clients -- List agency clients
  • vk_get_agency_client -- Get single client details
  • vk_get_agency_managers -- List agency managers
  • vk_get_agency_manager -- Get single manager details

Media

  • vk_upload_image -- Upload an image for use in banners

Blacklists

  • vk_get_blacklists -- List placement blacklists
  • vk_get_blacklist -- Get single blacklist details

License

ISC