✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

🚀 Hello MCP Server

A simple FastAPI-based web service that returns a greeting message.
Built for deployment on Smithery using containerization.

🌐 Live Demo

Once deployed, your service will be available at:
https://your-smithery-project.smithery.run/

🧩 Features

  • Lightweight FastAPI web server
  • Dockerized for easy deployment
  • Compatible with MCP environments (e.g., Smithery)
  • Returns: {"message": "Hello, MCP World!"} at /

📁 Project Structure

hello-mcp-server/
├── app/
│   └── main.py          # FastAPI application
├── Dockerfile           # Docker build instructions
├── requirements.txt     # Python dependencies
└── smithery.yaml        # Smithery deployment configuration

🛠️ Local Development

1. Install requirements (optional)

pip install -r requirements.txt

2. Run the server locally

uvicorn app.main:app --reload --port 8080

Open browser: http://localhost:8080


🐳 Docker Usage

Build the Docker image

docker build -t hello-mcp-server .

Run the container

docker run -p 8080:8080 hello-mcp-server

🚀 Deploy to Smithery

  1. Push this project to a GitHub repository.
  2. Go to smithery.ai → New Project
  3. Paste your repo URL.
  4. Smithery will auto-deploy using smithery.yaml.

📄 Endpoint

MethodPathDescription
GET/Returns Hello MCP message

Response:

{
  "message": "Hello, MCP World!"
}

📦 Dependencies

  • FastAPI
  • Uvicorn

Featured Templates

View More
AI Assistants
AI Chatbot Starter Kit v0.1
140 913
Verified Icon
AI Assistants
Speech to Text
137 1882
AI Agents
AI Video Generator
252 2007 5.0
Customer service
Multi-language AI Translator
136 921
Customer service
Service ERP
126 1188
AI Assistants
Image to text with Claude 3
152 1366

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.