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