TaxBrainAI MCP for Grok
io.github.harshil-projects/taxbrainai-mcp
8 offline Indian income-tax MCP tools: deterministic compute, regimes, citations, notices.
client:Grok
transport:stdio
runtime:pypi
Install TaxBrainAI MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"taxbrainai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"taxbrainai-mcp"
],
"env": {
"TAXBRAIN_MCP_CASELAW_INDEX": "<TAXBRAIN_MCP_CASELAW_INDEX>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs