Skip to content
Cursor

ifg tax for Cursor

io.github.aitorgarcia21/ifg-tax

International tax research — 213 jurisdictions, 500K+ legal documents.

client:Cursor transport:stdio runtime:npm

Install ifg tax in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ifg-tax": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ifg-mcp-server"
      ],
      "env": {
        "IFG_API_KEY": "<IFG_API_KEY>"
      }
    }
  }
}

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

ifg tax in other clients