MCP Blog Platform
About
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.
Details
- Author
- thebacons
- Downloads
- 257
- Categories
- Other
Jump to
- AI-powered content creation for blog generation
- Full-stack architecture with
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.
MCP Blog Platform
A full-stack blog generation and management system with AI-powered content creation.
Project Structure
mcp-blog-platform/
├── client/ # React frontend application
├── server/ # Node.js backend service
└── docs/ # Project documentation
Prerequisites
- Node.js >= 16.0.0
- npm >= 7.0.0
Getting Started
1. Clone the repository
git clone https://github.com/your-username/mcp-blog-platform.git
cd mcp-blog-platform
2. Install dependencies
npm run install:all
3. Set up environment variables
- Copy .env.example to .env in both client and server directories
- Update the environment variables as needed
4. Run the application
# Start both client and server
npm start
# Or start them separately
npm run start:client
npm run start:server
Development
- Client: Runs on http://localhost:5173
- Server: Runs on http://localhost:4000
Deployment
See the deployment guide in the docs/ directory.
License
[Your License Here]
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



