🚀 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
- Push this project to a GitHub repository.
- Go to smithery.ai → New Project
- Paste your repo URL.
- Smithery will auto-deploy using
smithery.yaml.
📄 Endpoint
| Method | Path | Description |
|---|---|---|
| GET | / | Returns Hello MCP message |
Response:
{
"message": "Hello, MCP World!"
}
📦 Dependencies
- FastAPI
- Uvicorn
Hello MCP Server
Project Details
- Meet261/hello-mcp-server
- Last Updated: 6/16/2025
Recomended MCP Servers
BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retrieval and filtering of...
An MCP server that provides real-time gas price predictions across multiple blockchains.
This read-only MCP Server allows you to connect to external data from Claude Desktop through CData JDBC Drivers....
Coding assistant MCP for Claude Desktop
MCP-enabled server for natural language interaction with Fujitsu's Social Digital Twin API. Execute economic and social simulations directly...
Omnisend MCP server
APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin...
MCP Server to interact with data in YugabyteDB
Summarise Your YT videos with your fav LLMs
A Model Context Protocol server that provides time-related capabilities.





