MCP.so
Sign In
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

  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]

More from Other