tally-mcp-server
Tally Prime MCP (Model Context Protocol) Server implementation to feed Tally ERP data to popular LLM like Claude, ChatGPT supporting MCP
File Explorer
Download Latest Version (.zip)- launch.json
- database.mjs
- definition.mjs
- index.mjs
- mcp.mjs
- models.mjs
- server.mjs
- tally.mjs
- utility.mjs
- CHANGELOG.md
- chatgpt-remote-tunnel.md
- README.md
- server-setup-linux.md
- server-setup-windows.md
- database.mts
- definition.mts
- index.mts
- mcp.mts
- models.mts
- server.mts
- tally.mts
- utility.mts
- delete-master.njk
- invoke-action.njk
- query-collection.njk
- master-ledger.njk
- master-stock-item.njk
- ledger-account.njk
- stock-item-account.njk
- .env
- .gitignore
- authorize.html
- LICENSE
- manifest.json
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/dhananjay1405/tally-mcp-server
Downloads the entire project code from GitHub to your computer.
cd tally-mcp-server
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
