
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@wpconvert/mcp
Advanced tools
Model Context Protocol server for WPConvert.ai — lets an AI agent convert the current workspace folder into a WordPress theme.
A Model Context Protocol server for WPConvert.ai. It lets an AI agent (Cursor, Claude Desktop, etc.) convert the current workspace folder into a WordPress theme — no manual zipping required.
It's a thin wrapper over the same HTTP API and smart-zip logic as the wpconvert CLI.
Requires Node.js >= 18 and a WPConvert API key. Full downloadable conversions require Pro/Agency or PAYG credits. Free verified accounts may also use preview-only keys (up to 3 lifetime Playground previews) when enabled on the server.
| Tool | Purpose |
|---|---|
wpconvert_convert_folder | Zip a folder (excluding node_modules, build output, secrets) and start a conversion. Returns a jobId. |
wpconvert_check_status | Poll a job's status (queued / processing / done / failed). |
wpconvert_download_result | Download a completed conversion to disk. |
wpconvert_create_preview | Get a WordPress Playground URL to view the theme in a live in-browser WordPress. The link expires (~30 min) and is sensitive — open it in a browser. |
wpconvert_explain_failure | Return the failure reason for a failed job. |
wpconvert_quota | Show remaining conversions / credits. |
{
"mcpServers": {
"wpconvert": {
"command": "npx",
"args": ["-y", "@wpconvert/mcp"],
"env": {
"WPCONVERT_API_KEY": "wpc_live_xxx"
}
}
}
}
Optional: set WPCONVERT_API_BASE to point at a non-default API host (testing).
wpconvert_convert_folder { "path": "./my-site", "type": "theme" } → jobIdwpconvert_check_status { "jobId": "..." } (repeat until done; conversions take a few minutes)wpconvert_download_result { "jobId": "..." } → saved theme .zipwpconvert_create_preview { "jobId": "..." } → a WordPress Playground URL to view the theme liveBilling, quotas, and refunds are identical to the dashboard and CLI for paid conversions. Free developer previews are preview-only (Playground, no ZIP download) and limited to 3 lifetime attempts per account. Secrets are excluded from the zip by default (set includeEnv: true only if you truly need them).
FAQs
Model Context Protocol server for WPConvert.ai — lets an AI agent convert the current workspace folder into a WordPress theme.
The npm package @wpconvert/mcp receives a total of 189 weekly downloads. As such, @wpconvert/mcp popularity was classified as not popular.
We found that @wpconvert/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.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.