Blog_Automation_MCP_Server

SohailShabbir867/Blog_Automation_MCP_Server
★ 0 stars TypeScript AI/LLM Updated 4d ago
The MCP server that can automate the blogs posting research with the claude ai and codex desktop app and post the blogs in website using the SEO optimization
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": {
    "blog_automation_mcp_": {
      "command": "npx",
      "args": [
        "-y",
        "SohailShabbir867/Blog_Automation_MCP_Server"
      ]
    }
  }
}