clustova-ai-writer-mcp-server

mafzal9/clustova-ai-writer-mcp-server
★ 0 stars Unknown language 🤖 AI/LLM Updated 7d ago
AI-powered content generation with SERP analysis, content creation, and humanization. Outputs markdown with YAML frontmatter and JSON-LD schema.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clustova-ai-writer-m": {
      "command": "npx",
      "args": [
        "-y",
        "mafzal9/clustova-ai-writer-mcp-server"
      ]
    }
  }
}