Skip to content
Claude Desktop

tally mcp for Claude Desktop

io.github.usualaccountant/tally-mcp

AI for Tally Prime and Tally ERP 9. Hosted MCP server to ask your accounts in any language.

client:Claude Desktop transport:streamable-http

Install tally mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "tally-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.theusualaccountant.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

tally mcp in other clients