Skip to content
Cursor

WPConvert MCP for Cursor

ai.wpconvert/mcp

Convert frontend folders to WordPress themes: quota, convert, status, download, preview, failures.

client:Cursor transport:stdio runtime:npm

Install WPConvert MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wpconvert/mcp"
      ],
      "env": {
        "WPCONVERT_API_KEY": "<WPCONVERT_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

WPConvert MCP in other clients