lotto-mcp-server

quanttraderkim/lotto-mcp-server
★ 0 stars Python 📦 Other Updated today
로또 번호 생성기 MCP 서버 - FastMCP로 개발된 로또 번호 추천 서비스
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

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