Skip to content
Cursor

TaxBrainAI MCP for Cursor

io.github.harshil-projects/taxbrainai-mcp

8 offline Indian income-tax MCP tools: deterministic compute, regimes, citations, notices.

client:Cursor transport:stdio runtime:pypi

Install TaxBrainAI MCP 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": {
    "taxbrainai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "taxbrainai-mcp"
      ],
      "env": {
        "TAXBRAIN_MCP_CASELAW_INDEX": "<TAXBRAIN_MCP_CASELAW_INDEX>"
      }
    }
  }
}

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

TaxBrainAI MCP in other clients