ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Huawei Push Kit / 华为推送服务 with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Huawei's essential device push platform. send notifications to HMS devices via AI.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete Huawei Push Kit / 华为推送服务 capability set.

These are the exact actions your AI can choose when you ask it to work with Huawei Push Kit / 华为推送服务.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through Huawei Push Kit / 华为推送服务.

  1. 01

    List topic subscriptions

    List topics a device is subscribed to

  2. 02

    Push to condition

    Example: "'topicA' in topics && 'topicB' in topics". Send push notification based on topic conditions

  3. 03

    Subscribe to topic

    Subscribe device tokens to a topic

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through Huawei Push Kit / 华为推送服务.

  1. 04

    Unsubscribe from topic

    Unsubscribe device tokens from a topic

  2. 05

    Push to token

    Requires the device push token. Send push notification to a device token

  3. 06

    Push to topic

    Send push notification to a topic

Observed, not estimated

855ms average. Fast in production.

Huawei Push Kit / 华为推送服务 is checked daily against the live service.

Daily averagePeak 1032ms
Aug 20Today
Fastest day
739ms
Slowest day
1032ms
14-day trend
Slowing+8%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Huawei Push Kit / 华为推送服务, so you can see the experience inside your AI.

It does not authenticate your account with Huawei Push Kit / 华为推送服务. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Huawei Push Kit / 华为推送服务 Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_sUSDrmUwSgeiz3qOAv4HCXr67vPHGCeaoVRdVNmK/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Huawei Push Kit / 华为推送服务 capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "huawei-push-kit-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_sUSDrmUwSgeiz3qOAv4HCXr67vPHGCeaoVRdVNmK/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Huawei Push Kit / 华为推送服务 owners ask.

  • 01

    How do I find my Huawei HMS App ID and Secret?

    Log in to the Huawei AppGallery Connect console, select your project and app, and navigate to [Project Settings] -> [General Information] to find your App ID and App Secret.

  • 02

    Does this server handle OAuth 2.0 token management?

    Yes! The server automatically retrieves and caches the required access_token using your App Secret. It handles periodic refreshes silently, so you can focus on sending notifications.

  • 03

    Can I target specific user segments with conditions?

    Yes! Use the push_to_condition capability. You can define boolean logic expressions involving topics, such as "'news' in topics && 'sport' in topics", to target highly specific audiences.