Skip to content
Cursor

Clize for Cursor

ai.clize/clize

Real-world actions for AI coding agents: domains, email, deploys, payments, media, and SEO/GEO.

client:Cursor transport:stdio runtime:npm

Install Clize in Cursor

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

{
  "mcpServers": {
    "clize": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@clize/clize"
      ]
    }
  }
}

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

Clize in other clients