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
{
"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