- Step1: Install the MCP server via NPM using 'npx @wrtnlabs/calculator-mcp'
- Step2: Configure the server with desired CLI options, like setting port
- Step3: Run the server from command line, e.g., 'npx @wrtnlabs/calculator-mcp --port 8931'
- Step4: Connect to the server via supported clients or integrations
- Step5: Use the calculator functions such as add, sub, mul, div through your automation scripts or tools