writavo-mcp-server

SparkleOfficial/writavo-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
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.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "writavo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "SparkleOfficial/writavo-mcp-server"
      ]
    }
  }
}