Tally Prime MCP (Model Context Protocol) Server implementation to feed Tally ERP data to popular LLM like Claude, ChatGPT supporting MCP
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"
]
}
}
}
Run in terminal:
claude mcp add tally-mcp-server npx -y dhananjay1405/tally-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"tally-mcp-server": {
"command": "npx",
"args": [
"-y",
"dhananjay1405/tally-mcp-server"
]
}
}
}