TaxBrainAI MCP for VS Code
io.github.harshil-projects/taxbrainai-mcp
8 offline Indian income-tax MCP tools: deterministic compute, regimes, citations, notices.
client:VS Code
transport:stdio
runtime:pypi
Install TaxBrainAI MCP in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "taxbrain-mcp-caselaw-index",
"description": "TAXBRAIN_MCP_CASELAW_INDEX",
"password": true
}
],
"servers": {
"taxbrainai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"taxbrainai-mcp"
],
"env": {
"TAXBRAIN_MCP_CASELAW_INDEX": "${input:taxbrain-mcp-caselaw-index}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs