mcp-connector
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-connectorShow the profit & loss for financial year 25-26"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-connector
Read-only TallyPrime MCP. Cursor asks accounting questions; this server fetches live company data over Tally XML Export. Nothing is created, altered, or deleted in Tally.
Flow:
Cursor → Streamable HTTP MCP → Node → TallyPrime
Setup
Copy .env.example to .env next to tally.js and server.js:
TALLY_URL=http://192.168.29.149:9000
HOST=0.0.0.0
PORT=3000TALLY_URL is the TallyPrime HTTP port on the Tally PC (9000). Do not expose that port to the internet.
npm install
node server.jsHealth: GET http://127.0.0.1:3000/health
MCP: POST http://127.0.0.1:3000/mcp
STDIO (optional): node server.js --stdio
Tally connectivity check: node test-tally.js
Related MCP server: TallyPrime MCP Server
Remote Cursor
On another PC on the LAN, add this MCP server (this machine’s LAN IP is 192.168.29.47):
{
"mcpServers": {
"tally": {
"url": "http://192.168.29.47:3000/mcp"
}
}
}Allow inbound TCP 3000 on this PC. Keep Tally port 9000 local.
Tools
Four tools, not one per report:
Tool | Purpose |
| Companies, ledgers, groups, customers, suppliers, cash, bank, stock, GST, vouchers, outstanding |
| Profit & loss, balance sheet, trial balance, registers, GST and stock reports |
| Catalog of resources, filters, and example questions |
| Original smoke test: Tally Collection |
Dates should match the loaded Tally financial year. Pass financialYear such as 26-27, or explicit fromDate / toDate as YYYY-MM-DD.
Layout
mcp-connector/
.env
tally.js Tally HTTP client (Export POST)
server.js Streamable HTTP MCP
test-tally.js Connectivity check
lib/
mcp-server.js Tool registration
query.js Read-only query layer
catalog.js Resources and reports
dates.js Dates and Indian FY
parse.js Tally XML → JSON
xml-build.js Read-only Export XMLThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables read-only access to Whooing personal finance data, including transactions, profit and loss statements, and balance sheets. It allows users to query and analyze their financial history and account information through natural language.1821MIT
- FlicenseAqualityDmaintenanceEnables natural language interaction with TallyPrime accounting software via Claude AI, allowing querying reports, creating vouchers, and managing ledgers without manual navigation.17
- AlicenseNot gradedqualityBmaintenanceConnects Tally Prime ERP data to AI assistants via MCP, enabling natural language queries for financial reports, stock summaries, and ledger balances.MIT
- AlicenseNot gradedqualityDmaintenanceBridges Tally Prime ERP with AI assistants, enabling querying financial reports, managing masters, creating vouchers, and analyzing GST data through natural language.AGPL 3.0
Related MCP Connectors
Read-only NuMetric.work accounting & ERP data: statements, KPIs, reports, invoices, documents.
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xappsoftpreeti/mcp-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server