Click on "Install 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.