MCP Server Tutorial

by tky1645

258 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server Tutorial
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.