MCP.so
登录

tally-mcp-server

@dhananjay1405

关于 tally-mcp-server

Tally Prime MCP (Model Context Protocol) Server implementation to feed Tally ERP data to popular LLM like Claude, ChatGPT supporting MCP

基本信息

分类

AI 与智能体

许可证

MIT

运行时

node

传输方式

stdio

发布者

dhananjay1405

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Tally Prime": {
      "command": "node",
      "args": [
        "D:\\Software\\Tally MCP Server\\dist\\index.mjs"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is tally-mcp-server?

The tally-mcp-server is a Model Context Protocol (MCP) server that feeds Tally Prime ERP data to LLMs like Claude and ChatGPT. It exposes Tally’s functionalities directly to AI clients via MCP.

How to use tally-mcp-server?

Install Node.js and enable Tally Prime’s XML port on port 9000. Download the server zip or the one‑click Claude Desktop extension (.mcpb). For Claude Desktop, either install via the extension (File > Settings > Extensions > Advanced Settings) or configure via the developer settings with a JSON config specifying the command "node" and the path to dist/index.mjs. For cloud setups, refer to the docs folder.

Key features of tally-mcp-server

  • 19 MCP tools for querying Tally Prime data
  • Supports local and remote (cloud) deployment modes
  • One‑click installer for Claude Desktop
  • Tested on Claude AI (local and remote) and ChatGPT (remote)
  • Tools include balance sheet, trial balance, profit/loss, stock summary, bills outstanding, and more

Use cases of tally-mcp-server

  • Generate financial reports (balance sheet, profit/loss, trial balance) via LL

评论

AI 与智能体 分类下的更多 MCP 服务器