Servers
MCP Blog Platform
@thebacons
Auto Blog creation MCP server
Overview
What is MCP Blog Platform?
A full-stack blog generation and management system with AI-powered content creation. It consists of a React frontend (client) and a Node.js backend (server), and is intended for developers and content creators.
How to use MCP Blog Platform?
Clone the repository, install dependencies with npm run install:all, set up environment variables by copying .env.example to .env in both client and server directories, then run npm start to launch both client and server. The client runs on http://localhost:5173 and the server on http://localhost:4000.
Key features of MCP Blog Platform
- AI-powered content creation for blog generation
- Full-stack architecture with