MCP Server Basic Example
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server Basic Exampleshow me current weather alerts for New York City"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server Basic Example
About this app: This is a basic example of a Model Context Protocol (MCP) server implementation that demonstrates core functionality including tools and resources.
Installation
Clone this repository
git clone https://github.com/dorisashehi/mcp.git
cd mcpcrashcourse
uv venv .venv\Scripts\activate
uv add "mcp[cli]"
uv add -r requirements.txt
To run the server: uv run mcp dev main.py
To run in terminal: uv run server/client.py








Technologies
Weather API – for getting weather alerts.
Related MCP Connectors
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
The official Model Context Protocol server for Ambee. It gives any MCP-compatible AI assistant — Claude, ChatGPT, Cursor, VS Code, Ollama, and more direct access to live air quality, pollen, and weather data. To get started, including information on signing up and obtaining your Ambee key, check out the Ambee documentation on https://docs.ambeedata.com
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
An MCP server for weather information by @kulybaba