AI-powered content generation with SERP analysis, content creation, and humanization. Outputs markdown with YAML frontmatter and JSON-LD schema.
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"
]
}
}
}
Run in terminal:
claude mcp add clustova-ai-writer-m npx -y mafzal9/clustova-ai-writer-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"clustova-ai-writer-m": {
"command": "npx",
"args": [
"-y",
"mafzal9/clustova-ai-writer-mcp-server"
]
}
}
}