Calcuris for Cursor
io.github.tresor4k/calcuris-mcp
Tax calculators for US, UK, Canada, Australia: income tax, property tax, stamp duty.
client:Cursor
transport:stdio
runtime:npm
Install Calcuris in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"calcuris-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"calcuris-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs