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
{
"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