- Step 1: Install required packages using 'pip install -r requirements.txt'
- Step 2: Install MCP package with 'pip install mcp[cli]'
- Step 3: Run the server with 'mcp dev server.py' or 'python server.py'
- Step 4: Connect clients via stdio or sse using respective scripts
- Step 5: Test calculator operations through the client interfaces