MCP.so
ログイン

Test Mcp Helloworld

@nacharyadev

Test Mcp Helloworld について

Hello world example for MCP server

基本情報

カテゴリ

開発者ツール

ランタイム

python

トランスポート

stdio

公開者

nacharyadev

設定

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

{
  "mcpServers": {
    "test-mcp-helloworld": {
      "command": "python",
      "args": [
        "server.py"
      ]
    }
  }
}

ツール

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

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

概要

What is Test Mcp Helloworld?

Test Mcp Helloworld is an MCP server that provides a FastAPI server and can be run directly via the Model Context Protocol. It is intended for use with Claude Desktop or other MCP clients.

How to use Test Mcp Helloworld?

Run the standalone FastAPI server with uvicorn server:app --reload --port 3000. Alternatively, run the MCP directly with mcp dev server.py and then access http://localhost:5173 — select Transport type STDIO, Command python, and Arguments server.py.

Key features of Test Mcp Helloworld

Use cases of Test Mcp Helloworld

FAQ from Test Mcp Helloworld

コメント

「開発者ツール」の他のコンテンツ