MCP.so
ログイン

MCP Server Tutorial

@tky1645

MCP Server Tutorial について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

tky1645

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-tutorial-tky1645": {
      "command": "uv",
      "args": [
        "run",
        "weather.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Server Tutorial?

MCP Server Tutorial is an MCP server built by following the official quickstart tutorial at modelcontextprotocol.io. It uses the weather.py script and serves as a simple weather data provider, intended for developers learning the Model Context Protocol.

How to use MCP Server Tutorial?

Run uv run weather.py in your terminal. Ensure uv is installed and all required dependencies are resolved before launching.

Key features of MCP Server Tutorial

  • Follows the official MCP quickstart tutorial
  • Provides weather data via the weather.py script
  • Minimal setup for learning and testing

Use cases of MCP Server Tutorial

  • Learning how to build an MCP server from scratch
  • Testing MCP client integration with a live server
  • Quick prototyping of weather-related MCP tools

FAQ from MCP Server Tutorial

コメント

「その他」の他のコンテンツ