tally-mcp-server

dhananjay1405/tally-mcp-server
★ 33 stars TypeScript 🤖 AI/LLM Updated 7d ago
Tally Prime MCP (Model Context Protocol) Server implementation to feed Tally ERP data to popular LLM like Claude, ChatGPT supporting MCP
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tally-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "dhananjay1405/tally-mcp-server"
      ]
    }
  }
}