Pushplus Mcp Server
@pushplus
关于 Pushplus Mcp Server
使用Java开发的pushplus MCP Server。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pushplus": {
"command": "npx",
"args": [
"-y",
"@perk-net/pushplus-mcp-server"
],
"env": {
"PUSHPLUS_TOKEN": "your pushplus token"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.”
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🚀 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,
ICSS
chokcoco不止于 CSS
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论