MCP server for the Writavo Content API. Draft, edit, organise, schedule and publish a Site's content from any AI assistant. 38 tools compiled from the published OpenAPI specification.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"writavo-mcp-server": {
"command": "npx",
"args": [
"-y",
"SparkleOfficial/writavo-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add writavo-mcp-server npx -y SparkleOfficial/writavo-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"writavo-mcp-server": {
"command": "npx",
"args": [
"-y",
"SparkleOfficial/writavo-mcp-server"
]
}
}
}
📋 Copy