Connect Claude, ChatGPT Codex, OpenClaw, or any AI agent to your Tally Prime. Ask questions in any language — English, Hindi, Tamil, or any other. Get instant answers from your accounting data.
You have 12 invoices overdue by more than 30 days:
40 powerful tools organized into intuitive categories. From reading reports to creating vouchers — all through natural language.
Pull any report from Tally instantly
Create entries in Tally through AI
Update existing masters and vouchers
Power features for complex workflows
One command. That's it. It installs everything, validates your license, and configures Claude, ChatGPT Codex, and OpenClaw automatically.
curl -fsSL https://tallypilot.janusinfratech.com/install.sh | bash
Paste in your terminal. It will ask for your TallyPilot license key and Tally connection details — then you're done.
Real examples of what you can do with AI + Tally
Balance Sheet — 31 Mar 2025
Voucher Created Successfully
Profit Margin Comparison — Q3
Start free. Scale as you grow. No hidden fees.
14 days, no credit card
Billed monthly
Save 17% vs monthly
Before setting up TallyPilot, make sure you have:
Note: The Educational edition of Tally Prime is not supported due to date range limitations.
Add this to your Claude Desktop configuration file:
{
"mcpServers": {
"Tally Prime": {
"command": "npx",
"args": ["-y", "tally-pilot"],
"env": {
"TALLY_LICENSE_KEY": "your-tallypilot-license-key",
"TALLY_HOST": "localhost",
"TALLY_PORT": "9000"
}
}
}
}
Config file location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonChatGPT Codex supports local MCP servers natively. Add this to ~/.codex/config.toml:
[mcp_servers.tally_pilot]
command = "npx"
args = ["-y", "tally-pilot"]
[mcp_servers.tally_pilot.env]
TALLY_LICENSE_KEY = "your-tallypilot-license-key"
TALLY_HOST = "localhost"
TALLY_PORT = "9000"
Or add via CLI:
codex mcp add tally_pilot -- npx -y tally-pilot
Then add the env vars to ~/.codex/config.toml under [mcp_servers.tally_pilot.env].
Add this to ~/.openclaw/openclaw.json under mcpServers:
"tally_pilot": {
"command": "npx",
"args": ["-y", "tally-pilot"],
"env": {
"TALLY_LICENSE_KEY": "your-tallypilot-license-key",
"TALLY_HOST": "localhost",
"TALLY_PORT": "9000"
}
}
Restart the OpenClaw gateway after saving. TallyPilot will appear as a tool automatically.
In Tally Prime, enable the XML server:
If Tally Prime is running on a different machine on your local network, change TALLY_HOST to that machine's IP address:
"TALLY_HOST": "192.168.1.100"
Both your AI platform and the TallyPilot connector must be able to reach this IP on port 9000.
npx tally-pilot) plus adding your TallyPilot license key. We provide step-by-step instructions above.Start your free 14-day trial. No credit card required. All 40 tools unlocked.