Mexican Payroll & Tax Calculator for Claude Desktop
dev.tinyapis/mx-fiscal
Deterministic Mexican payroll & tax math: finiquito, ISR, aguinaldo, IMSS (2026 tables).
client:Claude Desktop
transport:streamable-http
tools:4
Install Mexican Payroll & Tax Calculator in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mx-fiscal": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fiscal.tinyapis.dev/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