
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
wordpress-auto-mcp
Advanced tools
你在 Cursor 等工具和 AI 聊天时,让 AI 通过本 MCP 发布内容到你的 WordPress(自部署)站点,例如:生成技术方案、总结对话内容等。
WP_BASE_URL/wp-json/。npm i
npm run build
在 Cursor 的 Settings JSON(或相应的 MCP 配置入口)里添加:
{
"mcpServers": {
"wordpressAutoMcp": {
"command": "npx",
"args": ["-y", "wordpress-auto-mcp"],
"env": {
"WP_BASE_URL": "https://your-site.example",
"WP_USERNAME": "your_wp_username",
"WP_APP_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx",
"WP_DEFAULT_STATUS": "publish",
"WP_TIMEOUT_MS": "15000"
}
}
}
}
说明:
env)读取配置。wp_publish_post 会重复发文,请务必在“确认发布”后再调用。wp_preview_post。wp_publish_post(建议传 finalStatus=publish),返回文章链接。工具说明:
wp_preview_post:返回 draftPayload + contentHashwp_publish_post:输入 draftPayload + contentHash(会校验 hash 防止内容被改动)categories/tags 需要传 ID 数组(不是名字)。content 建议传 HTML;你也可以先让 AI 产出 Markdown,再自行在发布前转换为 HTML。FAQs
WordPress autopost MCP server using Application Passwords (NodeJS)
We found that wordpress-auto-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.