
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@alipay/open-mcp-server
Advanced tools
基于 Model Context Protocol (MCP) 的支付宝开放平台MCP服务,支持将远程支付宝官方MCP SSE服务代理到本地stdio服务,并提供支付宝身份认证功能。
| 命令行参数 | 环境变量 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|
--env | AP_CURRENT_ENV | string | 'prod' | ❌ | 运行环境: 'prod' 或 'sandbox' |
--appId | AP_APP_ID | string | - | ✅ | 开放平台注册的应用 ID |
--appPrivateKey | AP_APP_KEY | string | - | ✅ | 应用受限私钥 PKCS#8 格式 |
--appAuthToken | AP_INVOKE_AUTH_TOKEN | string | - | ❌ | 支付宝应用授权令牌 |
--logLevel | LOG_LEVEL | string | 'info' | ❌ | 日志级别: 'debug', 'info', 'none' |
--logEnabled | AP_LOG_ENABLED | boolean | true | ❌ | 是否启用本地文件日志记录 |
找到 Claude Desktop 配置文件:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json编辑配置文件,添加 MCP 服务器配置:
{
"mcpServers": {
"alipay-mcp": {
"command": "npx",
"args": [
"-y",
"@alipay/open-mcp-server",
"--appId", "2021000123456789",
"--appPrivateKey", "MIIEpAIBAAKCAQEA..."
]
}
}
}
完整配置
{
"mcpServers": {
"alipay-mcp": {
"command": "npx",
"args": [
"-y",
"@alipay/open-mcp-server",
"--appId", "2021000123456789",
"--appPrivateKey", "MIIEpAIBAAKCAQEA...",
"--appAuthToken", "应用授权令牌,第三方应用代调用时需要设置的 ",
"--logLevel", "info",
"--logEnabled", "true,开启日志打印"
]
}
}
}
日志文件默认保存在:
~/mcp-server-alipay.log如有问题,可通过以下方式获取支持:
FAQs
alipay openplatform mcp server
We found that @alipay/open-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.