5paisa MCP ai - લિનક્સ માટે સેટઅપ ગાઇડ
1. પાયથન ઇન્સ્ટૉલ કરો
ટર્મિનલ ખોલો અને રન કરો:
સુડો અપત અપડેટ સુડો એપ્ટ ઇન્સ્ટૉલ પાઇથોન3 python3-pip -y
2. નોડ ઇન્સ્ટૉલ કરો.js
ટર્મિનલ ખોલો અને રન કરો:
કર્લ -fsSL https://deb.nodesource.com/setup_20.x | સુડો -ઇ બૅશ - સુડો અપત-મેળવો ઇન્સ્ટૉલ -વાય નોડેઝ
ઇન્સ્ટોલેશનની ચકાસણી કરો:
નોડ --વર્ઝન
3. પ્રોજેક્ટ કોડ ડાઉનલોડ કરો
- Download ZIP from the GitHub repository
- Extract and navigate to the folder

4. સેટઅપ સ્ક્રિપ્ટ ચલાવો
ડાઉનલોડ કરેલ ફોલ્ડર પર ટર્મિનલ ખોલો અને નીચે આપેલા કમાન્ડને ચલાવો.
./setup_shell.sh

5. ક્રેડેન્શિયલ અપડેટ કરો
creds.jsonફાઇલ ખોલો- તમારી 5paisa API કી ઉમેરો (લૉગિંગ કર્યા પછી અને ડેશબોર્ડમાં જનરેટ કર્યા પછી ઉપલબ્ધ)
- તમારા 5paisa એકાઉન્ટમાં તેને ફરીથી ઍક્ટિવેટ કરીને TOTP સેટ કરો જે તમે 5paisa વેબમાં લૉગ ઇન કર્યા પછી પ્રોફાઇલ સેક્શન હેઠળ શોધી શકો છો
- TOTP સિક્રેટ અને તમારો લૉગ-ઇન PIN
creds.jsonમાં પેસ્ટ કરો

6. Download & Launch Claude
Go to this gitrepo and follow README.md file for claude desktop installation.
7. Set Up Claude Config
- In Claude, go to Settings > Developer > Edit Config

2. Update claude_desktop_config.json with:
{"mcpServers":{"5paisa-tools":{"command":"node","args":["\u003cpath-to-dist\u003e/index.js"]}}}
- Replace
with the correct path on your machine. (right-click index.js > Properties > copy path) - 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
Fully close and reopen Claude to complete the setup.

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