MCP Server Tutorial
Description
# MCP Server Tutorial This project follows the tutorial from [https://modelcontextprotocol.io/quickstart/server](https://modelcontextprotocol.io/quickstart/server). ## Starting the MCP Server To start the MCP server, run the following command in your terminal: ```bash uv run…
About
# MCP Server Tutorial This project follows the tutorial from [https://modelcontextprotocol.io/quickstart/server](https://modelcontextprotocol.io/quickstart/server). ## Starting the MCP Server To start the MCP server, run the following command in your terminal: ```bash uv run weather.py ``` Ensure you have the required…
Details
- Author
- tky1645
- Downloads
- 258
- Categories
- Other
Jump to
- Follows the official MCP quickstart tutorial
- Provides weather data via the weather.py script
- Minimal setup for learning and testing
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Server TutorialCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run uv run weather.py in your terminal. Ensure uv is installed and all required dependencies are resolved before launching.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server tutorial": {
"mcp-server-tutorial-tky1645": {
"command": "uv",
"args": [
"run",
"weather.py"
]
}
}
}
}
McpServers
{
"mcp-server-tutorial-tky1645": {
"command": "uv",
"args": [
"run",
"weather.py"
]
}
}
MCP Server Tutorial
This project follows the tutorial from https://modelcontextprotocol.io/quickstart/server.
Starting the MCP Server
To start the MCP server, run the following command in your terminal:
uv run weather.py
Ensure you have the required dependencies installed before launching the server.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



