Skip to content
Cursor

tax calculator ai mcp for Cursor

io.github.csoai-org/tax-calculator-ai-mcp

AI-powered tax calculator ai MCP server for agents. Supports calculate income tax, calculate vat

client:Cursor transport:stdio runtime:pypi

Install tax calculator ai mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "tax-calculator-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tax-calculator-ai-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tax calculator ai mcp in other clients