5paisa MCP ai - મેક માટે સેટઅપ ગાઇડ

1. પાયથન ઇન્સ્ટૉલ કરો
- મુલાકાત લો python.org
- પાયથન ઇન્સ્ટૉલર ડાઉનલોડ કરો પાયથોન 3.13.4 ડાઉનલોડ કરો અને તેને ચલાવો (ઇન્સ્ટોલેશન દરમિયાન બધા બૉક્સને ટિક કરવાની ખાતરી કરો)
- એકવાર ઇન્સ્ટોલેશન પૂર્ણ થયા પછી, વિન્ડોઝ સર્ચમાં કમાંડ પ્રોમ્પ્ટ શોધો અને નીચે આપેલ કમાંડ ચલાવો:
પાઇથોન3 --વર્ઝન
તમે 3.13.4 જેવું વર્ઝન જોઈ શકશો

2. નોડ ઇન્સ્ટૉલ કરો.js
- મુલાકાત લો nodejs.org
- મેકોસ ઇન્સ્ટૉલર (.pkg) ડાઉનલોડ કરો
- નીચે આપેલ આદેશનો ઉપયોગ કરીને ટર્મિનલ એપમાં ઇન્સ્ટૉલ કરો અને વેરિફાઇ કરો:
નોડ --વર્ઝન

3. Download the Project Code
- Download the ZIP from the GitHub repository
- Extract and open Terminal at the folder location

4. Run Setup Script
- Open terminal at downloaded folder and run below command.
./setup_shell.sh

5. Update Credentials
- Open
creds.jsonfile - Add your 5paisa API keys (available after logging and generate in the dashboard)
- Set up TOTP by reactivating it in your 5paisa account which you can find under profile section once you login into 5paisa web
- Paste the TOTP secret and your login PIN into
creds.json

6. Install Claude Desktop
- Download from claude.ai/download
- Move to a permanent location and run it

7. Configure Claude
- Go to Claude > Settings > Developer > Edit Config

- Paste the following into
claude_desktop_config.json:
{"mcpServers":{"5paisa-tools":{"command":"node","args":["\u003cpath-to-dist\u003e/index.js"]}}}
- Use Finder to get the full path to
index.js(Right click the file and open get info) and replace - Make sure to add index.js at the end
- Once you copy paste the path your file should look like:
{"mcpServers":{"5paisa-tools":{"command":"node","args":["/Users/nitish/downloads/5Paisa-MCP-Main/dist/index.js"]}}}

8. Restart Claude
- Quit and relaunch

Note: If installation fails, please redo the steps 1 (Uninstall and install Python), 2 (Repair Node), 4 (Run setup file) again
