mcp-server-tutorial

qualiteg/mcp-server-tutorial
★ 0 stars Python AI/LLM Updated 5d ago
MCP サーバー自作チュートリアル(Python + FastMCP)— 売上データベースに日本語で質問できる AI を作るサンプル
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-tutorial": {
      "command": "uvx",
      "args": [
        "mcp-server-tutorial"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-tutorial