Skip to content
Cursor

content optimizer for Cursor

io.github.sharozdawa/content-optimizer

SERP-based content scoring and optimization with 7 SEO categories.

client:Cursor transport:stdio runtime:npm

Install content optimizer in Cursor

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

{
  "mcpServers": {
    "content-optimizer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "content-optimizer-mcp"
      ]
    }
  }
}

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

content optimizer in other clients