MCP.so
Sign In

Pushplus Mcp Server

@pushplus

About Pushplus Mcp Server

使用Java开发的pushplus MCP Server。

Basic information

Category

Other

Transports

stdio

Publisher

pushplus

Submitted by

陈大人

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "pushplus": {
      "command": "npx",
      "args": [
        "-y",
        "@perk-net/pushplus-mcp-server"
      ],
      "env": {
        "PUSHPLUS_TOKEN": "your pushplus token"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Pushplus Mcp Server?

Pushplus Mcp Server is a Java-based MCP server that integrates the pushplus real-time message push platform. It supports pushing messages to WeChat, SMS, email, enterprise WeChat, DingTalk, Feishu, bark, gotify, and other channels via a simple API call.

How to use Pushplus Mcp Server?

Requires JDK21 and Maven to build (mvn clean package). Start the JAR with PUSHPLUS_TOKEN=your_token java -Dlogging.pattern.console= -jar pushplus-mcp-1.0.0.jar. The token can be fixed via environment variable or specified in prompts. For Cursor, add a new MCP server with the command pointing to the JAR and the token set in the env object.

Key features of Pushplus Mcp Server

  • Real-time push to multiple messaging platforms (WeChat, SMS, email, etc.)
  • Simple API integration via MCP
  • Token-based authentication
  • Java runtime with JDK21

Use cases of Pushplus Mcp Server

  • Send instant notifications to WeChat or email from an MCP-enabled application
  • Notify users via multiple channels (SMS, enterprise IM, etc.) with a single API call
  • Integrate pushplus messaging into AI assistants or automation workflows that support MCP

FAQ from Pushplus Mcp Server

What is the runtime requirement?

JDK21 is required to run the server.

How is the token configured?

The token is set via the PUSHPLUS_TOKEN environment variable when starting the JAR, or passed in the prompt. In Cursor, it is placed in the env section of the MCP configuration.

Where can I get a token?

Tokens are obtained from the pushplus official website at https://www.pushplus.plus/.

Which messaging platforms are supported?

The README lists support for WeChat, SMS, email, enterprise WeChat, Tencent Qinglian, DingTalk, Feishu, bark, gotify, and Jiyun as a “real-time message push platform.”

Comments

More Other MCP servers