Skip to content
Cursor

cms for Cursor

com.writavo/cms

Draft, edit, organise, schedule and publish a Writavo Site content from any AI assistant.

client:Cursor transport:stdio runtime:npm

Install cms 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": {
    "cms": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@writavo/mcp-server"
      ],
      "env": {
        "WRITAVO_API_KEY": "<WRITAVO_API_KEY>"
      }
    }
  }
}

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

cms in other clients