- Step 1: Access the generator interface at http://127.0.0.1:5000
- Step 2: Enter MySQL connection details (host, port, user, password, database)
- Step 3: Specify the output filename ending with `.py`
- Step 4: Click the generate button to create MCP server scripts
- Step 5: Run the generated script using `python filename.py` for stdio mode or `python filename.py --http` for SSE mode
- Step 6: Test the server with MCP Inspector by connecting to `http://127.0.0.1:8000/sse`