Pushplus Mcp Server
@pushplus
About Pushplus Mcp Server
使用Java开发的pushplus MCP Server。
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.”
Frequently asked questions
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.”
Basic information
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments