- Step1: Clone the repository with 'git clone https://github.com/qnnpnet/chart-mcp-server.git'.
- Step2: Navigate into the directory with 'cd chart-mcp-server'.
- Step3: Install dependencies and run the server with 'uvicorn main.py'.
- Step4: Send a POST request to 'http://localhost:8107/generate_chart' with Python code in JSON format.
- Step5: Receive the image URL in the response and view the chart.