Servers
MCP Blog Platform
@thebacons
Auto Blog creation MCP server
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
-
Clone the repository
git clone https://github.com/your-username/mcp-blog-platform.git cd mcp-blog-platform -
Install dependencies
npm run install:all -
Set up environment variables
- Copy
.env.exampleto.envin bothclientandserverdirectories - Update the environment variables as needed
- Copy
-
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]